diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/iso/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nixosConfigurations/iso/default.nix b/nixosConfigurations/iso/default.nix index 9a326a3..7277e88 100644 --- a/nixosConfigurations/iso/default.nix +++ b/nixosConfigurations/iso/default.nix @@ -1,6 +1,7 @@ -{lib, ...}: -with lib; { - secrets = mkForce {}; +{ lib, ... }: +with lib; +{ + secrets = mkForce { }; nixfiles.modules = { common.networking.onlyDefault = true; |