diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 13:26:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 13:26:54 -0300 |
commit | 9370877984c7576168abddc2d8675ce01c9c8a1b (patch) | |
tree | 6e441a53e6aa6e56310e245e087b63ea52434492 | |
parent | Remove tmuxinator templates (diff) | |
download | dotfiles-9370877984c7576168abddc2d8675ce01c9c8a1b.tar.gz dotfiles-9370877984c7576168abddc2d8675ce01c9c8a1b.tar.xz |
Remove password-hash.txt from repo
Use Git Annex instead.
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"; } |