aboutsummaryrefslogtreecommitdiff
path: root/public/template.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 17:35:48 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 17:35:48 -0300
commit1e6dcd188d474a080948b51e69c5f23413a5bac5 (patch)
tree99eca899b30077c5981ae584dc0562ebd2277877 /public/template.nix
parentTODOs.org (diff)
downloaddotfiles-1e6dcd188d474a080948b51e69c5f23413a5bac5.tar.gz
dotfiles-1e6dcd188d474a080948b51e69c5f23413a5bac5.tar.xz
Generate /etc/nixos/password-hash.txt during execution
Diffstat (limited to 'public/template.nix')
-rw-r--r--public/template.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/template.nix b/public/template.nix
index 5cfc9f8..53bb695 100644
--- a/public/template.nix
+++ b/public/template.nix
@@ -2,5 +2,5 @@
hostName = "$HOST_NAME";
luksDevice = "$DEVICE";
passwordFile =
- "/home/andreh/dev/libre/dotfiles/encrypted/$HOST_NAME/password-hash.txt";
+ "/etc/nixos/password-hash.txt";
}