aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/template.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/template.nix b/public/template.nix
index 263a69d..b0da84f 100644
--- a/public/template.nix
+++ b/public/template.nix
@@ -1,5 +1,6 @@
{
hostName = "$host_name";
luksDevice = "$device";
- passwordFile = "/home/andreh/dev/libre/dotfiles/encrypted/$host_name/password-hash.txt";
+ passwordFile =
+ "/home/andreh/dev/libre/dotfiles/encrypted/$host_name/password-hash.txt";
}