Tweak to initialize.nix

This commit is contained in:
2021-10-06 07:12:50 -07:00
parent f0be146512
commit 30c37b0798
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -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;
};
}