Changes for lambda, with tmpfs root

This commit is contained in:
Root
2021-07-20 18:28:12 -07:00
parent 7b889633d8
commit d69ae43b1a
10 changed files with 154 additions and 114 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ hostname, home-manager-package, pkgs, ... }:
{ hostname, home-manager-package, pkgs, include-secrets ? true, ... }:
let
host-config = import (./. + "/config/hosts/${hostname}.nix");
@@ -20,5 +20,7 @@ in {
config = {
instance = { hostname = hostname; };
fudo.secrets.enable = include-secrets;
};
}