aboutsummaryrefslogtreecommitdiff
path: root/nixos
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 /nixos
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--nixos/velhinho.nix2
1 files changed, 1 insertions, 1 deletions
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";
}