Changes for lambda, with tmpfs root
This commit is contained in:
+3
-1
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user