diff options
author | EuAndreh <eu@euandre.org> | 2019-05-31 07:13:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-31 07:13:45 -0300 |
commit | 82d81e90b6679bbfd0d732891bc692139a3a6528 (patch) | |
tree | 885e7773c737e123a5a6ea7f87f6de22160061aa /public/template.nix | |
parent | TODOs.org (diff) | |
download | dotfiles-82d81e90b6679bbfd0d732891bc692139a3a6528.tar.gz dotfiles-82d81e90b6679bbfd0d732891bc692139a3a6528.tar.xz |
Add USAGE to public/install-nixos.sh
Diffstat (limited to 'public/template.nix')
-rw-r--r-- | public/template.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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"; } |