From 07543eb8898a59ef9a6ffbc2e2b9605439c56d0a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 20:16:29 -0300 Subject: Fix luksDevice interpolation in template.nix --- public/nixos/template.nix | 4 ++-- 1 file 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"; } -- cgit v1.2.3