diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 21:51:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 21:51:13 -0300 |
commit | f77fc421dee47ddc45106891b155ebd1693fe9ba (patch) | |
tree | 68b37e41f92183e2ed34128d3277063aa98a9056 /nixos/velhinho.nix | |
parent | Annotate files with FIXME (diff) | |
download | dotfiles-f77fc421dee47ddc45106891b155ebd1693fe9ba.tar.gz dotfiles-f77fc421dee47ddc45106891b155ebd1693fe9ba.tar.xz |
Format all Nix code with nixfmt
Diffstat (limited to 'nixos/velhinho.nix')
-rw-r--r-- | nixos/velhinho.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/velhinho.nix b/nixos/velhinho.nix index f2f270f..3de1d77 100644 --- a/nixos/velhinho.nix +++ b/nixos/velhinho.nix @@ -1,5 +1,5 @@ { hostName = "velhinho-nixos"; luksDevice = "/dev/sda3"; - passwordFile = "/home/andreh/dev/libre/dotfiles/encrypted/password-hash.txt"; + passwordFile = "/home/andreh/dev/libre/dotfiles/encrypted/password-hash.txt"; } |