aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-31 06:48:53 -0300
committerEuAndreh <eu@euandre.org>2019-05-31 06:48:53 -0300
commit935e012aa2aa505f79caad04b1cca7bc39aafca3 (patch)
treeed8807113787430d6f2c22fc7b0ac96da7d90454 /public
parentcp utils.nix in fake-symlinks.sh (diff)
downloaddotfiles-935e012aa2aa505f79caad04b1cca7bc39aafca3.tar.gz
dotfiles-935e012aa2aa505f79caad04b1cca7bc39aafca3.tar.xz
Add template.nix as public (published) file
Diffstat (limited to 'public')
-rw-r--r--public/template.nix5
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";
+}