From 9370877984c7576168abddc2d8675ce01c9c8a1b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 13:26:54 -0300 Subject: Remove password-hash.txt from repo Use Git Annex instead. --- encrypted/password-hash.txt | Bin 129 -> 0 bytes nixos/velhinho.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 encrypted/password-hash.txt diff --git a/encrypted/password-hash.txt b/encrypted/password-hash.txt deleted file mode 100644 index a71014d..0000000 Binary files a/encrypted/password-hash.txt and /dev/null 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"; } -- cgit v1.2.3