add host Remilia
This commit is contained in:
10
hosts/servers/marisa/services.nix
Executable file
10
hosts/servers/marisa/services.nix
Executable file
@@ -0,0 +1,10 @@
|
||||
{config, ...}:
|
||||
{
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
};
|
||||
tailscale.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user