diff options
author | EuAndreh <eu@euandre.org> | 2019-05-31 06:57:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-31 06:57:33 -0300 |
commit | cecc9511bfa7c7173b9375a38d82225a0bd20209 (patch) | |
tree | b4ec1fb615903cd8d7f0a1e888992c4ec2ca12ac /public | |
parent | Use nix-shell shebang for public/install-nixos.sh (diff) | |
download | dotfiles-cecc9511bfa7c7173b9375a38d82225a0bd20209.tar.gz dotfiles-cecc9511bfa7c7173b9375a38d82225a0bd20209.tar.xz |
Format Nix files (linter offense)
Diffstat (limited to 'public')
-rw-r--r-- | public/template.nix | 3 |
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"; } |