fix: place passwordFile at correct attrset level in gortium.nix
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
nh
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
passwordFile = config.age.secrets.gortium_password.path;
|
||||
openssh.authorizedKeys.keys = [
|
||||
keys.users.gortium.main
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user