diff options
author | EuAndreh <eu@euandre.org> | 2019-05-31 06:48:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-31 06:48:53 -0300 |
commit | 935e012aa2aa505f79caad04b1cca7bc39aafca3 (patch) | |
tree | ed8807113787430d6f2c22fc7b0ac96da7d90454 | |
parent | cp utils.nix in fake-symlinks.sh (diff) | |
download | dotfiles-935e012aa2aa505f79caad04b1cca7bc39aafca3.tar.gz dotfiles-935e012aa2aa505f79caad04b1cca7bc39aafca3.tar.xz |
Add template.nix as public (published) file
-rw-r--r-- | public/template.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/template.nix b/public/template.nix new file mode 100644 index 0000000..263a69d --- /dev/null +++ b/public/template.nix @@ -0,0 +1,5 @@ +{ + hostName = "$host_name"; + luksDevice = "$device"; + passwordFile = "/home/andreh/dev/libre/dotfiles/encrypted/$host_name/password-hash.txt"; +} |