Add nimbus
Oracle Cloud
This commit is contained in:
parent
f63dbebd61
commit
6413bbefba
5 changed files with 178 additions and 3 deletions
|
|
@ -56,10 +56,20 @@
|
|||
"render"
|
||||
"video"
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE jan@malus"
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no"; # Root-Login sperren
|
||||
PasswordAuthentication = false; # Nur SSH-Keys
|
||||
};
|
||||
};
|
||||
tailscale.extraUpFlags = [ "--ssh" ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue