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