chore(OVHCloud): Added authorized ssh key for root user
This commit is contained in:
parent
fa927492aa
commit
fde946b371
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQyRXFQ6iA5p0vDuoGSHZfajiVZPAGIyqhTziM7QgBV gaspard@nixos"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
|
|
Loading…
Reference in a new issue