infrastructure/hosts/cesium/system/users.nix

8 lines
322 B
Nix
Raw Permalink Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
users.mutableUsers = false;
users.users.root.openssh.authorizedKeys.keys = [
2024-10-05 11:46:35 +00:00
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium" # TODO: remove this
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSJTtS7tO0Wz/WgHAFb3xuNFZpm8SOvr/o8uR83zzy laurent@aurum"
];
}