diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/iso/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nixosConfigurations/iso/default.nix b/nixosConfigurations/iso/default.nix index 914fea9..d491bb8 100644 --- a/nixosConfigurations/iso/default.nix +++ b/nixosConfigurations/iso/default.nix @@ -1,8 +1,4 @@ -{ - lib, - pkgs, - ... -}: +{lib, ...}: with lib; { secrets = mkForce {}; |