diff options
Diffstat (limited to 'public/template.nix')
-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"; +} |