aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 13:26:54 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 13:26:54 -0300
commit9370877984c7576168abddc2d8675ce01c9c8a1b (patch)
tree6e441a53e6aa6e56310e245e087b63ea52434492
parentRemove tmuxinator templates (diff)
downloaddotfiles-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.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";
}