Trying to get this to build...
This commit is contained in:
+1
-5
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user