Trying to get this to build...

This commit is contained in:
2021-10-11 15:04:06 -07:00
parent 5a48c78b48
commit fbede93934
8 changed files with 116 additions and 118 deletions
+1 -5
View File
@@ -9,8 +9,6 @@ in {
imports = [
./lib
./config
#home-manager-module
(config-dir + /hardware/${hostname}.nix)
(config-dir + /host-config/${hostname}.nix)
@@ -21,9 +19,7 @@ in {
config = {
instance = {
inherit hostname site domain profile build-timestamp;
inherit hostname build-timestamp;
};
nixpkgs.pkgs = pkgs;
};
}