add host Remilia
This commit is contained in:
12
hosts/servers/remilia/services.nix
Executable file
12
hosts/servers/remilia/services.nix
Executable file
@@ -0,0 +1,12 @@
|
||||
{config, ...}:
|
||||
{
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHingN2Aho+KGgEvBMjtoez+W1svl9uVoa4vG0d646j"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user