aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/template.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 17:40:02 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 17:40:02 -0300
commit4aaf01ca212d9a2afdad330ffd078abb7a93e166 (patch)
tree4dff91f87104694d5e33de2fc008a451ed2c6b9f /public/nixos/template.nix
parentGenerate /etc/nixos/password-hash.txt during execution (diff)
downloaddotfiles-4aaf01ca212d9a2afdad330ffd078abb7a93e166.tar.gz
dotfiles-4aaf01ca212d9a2afdad330ffd078abb7a93e166.tar.xz
Move NixOS public files into public/nixos/ folder
Diffstat (limited to 'public/nixos/template.nix')
-rw-r--r--public/nixos/template.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/nixos/template.nix b/public/nixos/template.nix
new file mode 100644
index 0000000..53bb695
--- /dev/null
+++ b/public/nixos/template.nix
@@ -0,0 +1,6 @@
+{
+ hostName = "$HOST_NAME";
+ luksDevice = "$DEVICE";
+ passwordFile =
+ "/etc/nixos/password-hash.txt";
+}