fix: use passwordFile instead of hashedPasswordFile (matches other secrets: plain text)

This commit is contained in:
2026-06-14 21:09:10 -04:00
committed by Hermes
parent e95baddb96
commit fba52fa66d

View File

@@ -35,7 +35,7 @@
};
# Password file for gortium (merges with users/gortium/default.nix)
users.users.gortium.hashedPasswordFile = config.age.secrets.gortium_password.path;
users.users.gortium.passwordFile = config.age.secrets.gortium_password.path;
# WiFi via NetworkManager + secret agenix
networking.networkmanager.enable = true;