diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 17:35:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 17:35:48 -0300 |
commit | 1e6dcd188d474a080948b51e69c5f23413a5bac5 (patch) | |
tree | 99eca899b30077c5981ae584dc0562ebd2277877 /public/template.nix | |
parent | TODOs.org (diff) | |
download | dotfiles-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.nix | 2 |
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"; } |