diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 17:47:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 17:47:16 -0300 |
commit | 2efa52c57617bb1ad2dc373dd3c35c5e2b0d7353 (patch) | |
tree | 4431c6b5fac4656aca6095ee5b8771c3a46b8c62 /public/nixos/template.nix | |
parent | Run read with -r flag (linter offense) (diff) | |
download | dotfiles-2efa52c57617bb1ad2dc373dd3c35c5e2b0d7353.tar.gz dotfiles-2efa52c57617bb1ad2dc373dd3c35c5e2b0d7353.tar.xz |
Indent template.nix (linter offense)
Diffstat (limited to 'public/nixos/template.nix')
-rw-r--r-- | public/nixos/template.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/nixos/template.nix b/public/nixos/template.nix index 53bb695..80367df 100644 --- a/public/nixos/template.nix +++ b/public/nixos/template.nix @@ -1,6 +1,5 @@ { hostName = "$HOST_NAME"; luksDevice = "$DEVICE"; - passwordFile = - "/etc/nixos/password-hash.txt"; + passwordFile = "/etc/nixos/password-hash.txt"; } |