From 82d81e90b6679bbfd0d732891bc692139a3a6528 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 May 2019 07:13:45 -0300 Subject: Add USAGE to public/install-nixos.sh --- public/template.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/template.nix') diff --git a/public/template.nix b/public/template.nix index b0da84f..5cfc9f8 100644 --- a/public/template.nix +++ b/public/template.nix @@ -1,6 +1,6 @@ { - hostName = "$host_name"; - luksDevice = "$device"; + hostName = "$HOST_NAME"; + luksDevice = "$DEVICE"; passwordFile = - "/home/andreh/dev/libre/dotfiles/encrypted/$host_name/password-hash.txt"; + "/home/andreh/dev/libre/dotfiles/encrypted/$HOST_NAME/password-hash.txt"; } -- cgit v1.2.3