fix: place passwordFile at correct attrset level in gortium.nix

This commit is contained in:
2026-06-14 21:58:57 -04:00
parent a6d88f2d41
commit bd283de350

View File

@@ -10,8 +10,8 @@
nh nh
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
passwordFile = config.age.secrets.gortium_password.path; passwordFile = config.age.secrets.gortium_password.path;
openssh.authorizedKeys.keys = [
keys.users.gortium.main keys.users.gortium.main
]; ];
}; };