aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--encrypted/password-hash.txtbin129 -> 0 bytes
-rw-r--r--nixos/velhinho.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/encrypted/password-hash.txt b/encrypted/password-hash.txt
deleted file mode 100644
index a71014d..0000000
--- a/encrypted/password-hash.txt
+++ /dev/null
Binary files differ
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";
}