aboutsummaryrefslogtreecommitdiff
path: root/public/template.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-31 07:13:45 -0300
committerEuAndreh <eu@euandre.org>2019-05-31 07:13:45 -0300
commit82d81e90b6679bbfd0d732891bc692139a3a6528 (patch)
tree885e7773c737e123a5a6ea7f87f6de22160061aa /public/template.nix
parentTODOs.org (diff)
downloaddotfiles-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.nix6
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";
}