diff options
author | EuAndreh <eu@euandre.org> | 2019-05-02 20:24:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-02 20:24:59 -0300 |
commit | 71a8ff0cca52fedfbd1d312a1911ca1495c0704f (patch) | |
tree | 06841e2d969d999bb442fac1e65f83affe0be597 /nixos/velhinho.nix | |
parent | Disable PostgreSQL service. (diff) | |
download | dotfiles-71a8ff0cca52fedfbd1d312a1911ca1495c0704f.tar.gz dotfiles-71a8ff0cca52fedfbd1d312a1911ca1495c0704f.tar.xz |
Move passwordFile to local-configuration.nix.
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"; } |