infrastructure/hosts/cesium/system/users/default.nix
2024-01-12 17:02:47 +01:00

7 lines
184 B
Nix

{...}: {
users.mutableUsers = false;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu"
];
}