aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-31 06:57:33 -0300
committerEuAndreh <eu@euandre.org>2019-05-31 06:57:33 -0300
commitcecc9511bfa7c7173b9375a38d82225a0bd20209 (patch)
treeb4ec1fb615903cd8d7f0a1e888992c4ec2ca12ac /public
parentUse nix-shell shebang for public/install-nixos.sh (diff)
downloaddotfiles-cecc9511bfa7c7173b9375a38d82225a0bd20209.tar.gz
dotfiles-cecc9511bfa7c7173b9375a38d82225a0bd20209.tar.xz
Format Nix files (linter offense)
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";
}