diff options
Diffstat (limited to 'nixos/velhinho.nix')
-rw-r--r-- | nixos/velhinho.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/velhinho.nix b/nixos/velhinho.nix index d06ed5f..d2bf246 100644 --- a/nixos/velhinho.nix +++ b/nixos/velhinho.nix @@ -1,4 +1,6 @@ { hostName = "velhinho-nixos"; luksDevice = "/dev/sda3"; + # FIXME: change password + passwordFile = "/home/andreh/dev/libre/dotfiles/encrypted/password-hash.txt"; } |