fix: place passwordFile at correct attrset level in gortium.nix
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user