Working config
This commit is contained in:
+5
-2
@@ -1,4 +1,4 @@
|
||||
{ hostname, home-manager-package, pkgs, include-secrets ? true, ... }:
|
||||
{ hostname, home-manager-package, pkgs, fudo-pkgs, include-secrets ? true, ... }:
|
||||
|
||||
let
|
||||
host-config = import (./. + "/config/hosts/${hostname}.nix");
|
||||
@@ -7,7 +7,10 @@ in {
|
||||
imports = [
|
||||
./lib
|
||||
./config
|
||||
./packages
|
||||
|
||||
# Without turning this into a path, there's a "lastModified missing" error
|
||||
"${fudo-pkgs}/"
|
||||
|
||||
"${home-manager-package}/nixos"
|
||||
] ++ [
|
||||
(./. + "/config/hardware/${hostname}.nix")
|
||||
|
||||
Reference in New Issue
Block a user