diff options
Diffstat (limited to '')
-rw-r--r-- | encrypted/password-hash.txt | bin | 129 -> 0 bytes | |||
-rw-r--r-- | nixos/velhinho.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/encrypted/password-hash.txt b/encrypted/password-hash.txt Binary files differdeleted file mode 100644 index a71014d..0000000 --- a/encrypted/password-hash.txt +++ /dev/null diff --git a/nixos/velhinho.nix b/nixos/velhinho.nix index 3de1d77..1162831 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/annex/secret/NixOS/velhinho/password-hash.txt"; } |