diff options
-rw-r--r-- | public/nixos/template.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/nixos/template.nix b/public/nixos/template.nix index 53bb695..80367df 100644 --- a/public/nixos/template.nix +++ b/public/nixos/template.nix @@ -1,6 +1,5 @@ { hostName = "$HOST_NAME"; luksDevice = "$DEVICE"; - passwordFile = - "/etc/nixos/password-hash.txt"; + passwordFile = "/etc/nixos/password-hash.txt"; } |