Tweak to initialize.nix
This commit is contained in:
+2
-3
@@ -1,4 +1,5 @@
|
||||
{ hostname, pkgs, lib, build-timestamp, fudo-secrets ? null, ... }:
|
||||
{ hostname, build-timestamp, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
# Get info on this host so we know what to load
|
||||
@@ -24,7 +25,5 @@ in {
|
||||
};
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
fudo.secrets.enable = fudo-secrets != null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user