chore(OVHCloud): Added authorized ssh key for root user

This commit is contained in:
GaspardCulis 2024-09-24 10:13:04 +02:00
parent fa927492aa
commit fde946b371

View file

@ -23,6 +23,9 @@
PasswordAuthentication = false;
};
};
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQyRXFQ6iA5p0vDuoGSHZfajiVZPAGIyqhTziM7QgBV gaspard@nixos"
];
environment.systemPackages = with pkgs; [
helix