feat: generalize SSH key config
This commit is contained in:
@@ -34,11 +34,6 @@ in
|
||||
./_disk.nix
|
||||
];
|
||||
|
||||
users.users.${account.name} = {
|
||||
linger = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAU2LydkXRTtNFY7oyX8JQURwXLVhB71DeK8XzrXeFX1 openpgp:0xA490D93A"
|
||||
];
|
||||
};
|
||||
users.users.${account.name}.linger = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user