Working config

This commit is contained in:
2021-09-04 14:17:51 -07:00
parent c71b07a903
commit e52b959613
55 changed files with 58 additions and 1915 deletions
+5 -2
View File
@@ -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")