From 71a8ff0cca52fedfbd1d312a1911ca1495c0704f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 May 2019 20:24:59 -0300 Subject: Move passwordFile to local-configuration.nix. --- nixos/velhinho.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/velhinho.nix') 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"; } -- cgit v1.2.3