Make CMD Flake Match System

master
David Crompton 2023-08-02 10:06:47 -04:00
parent 97554e427a
commit afe103a34f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, nixpkgs, ... }:
{ {
imports = imports =
@ -69,6 +69,8 @@
age age
]; ];
nix.registry.nixpkgs.flake = nixpkgs;
# TODO: Make services directory for with a nix for each service that is enabled and what options it has # TODO: Make services directory for with a nix for each service that is enabled and what options it has
# List services that you want to enable: # List services that you want to enable: