This commit is contained in:
2025-08-12 19:08:49 +00:00
parent f9a85fc581
commit 6cbfbd78c4
47 changed files with 188 additions and 175 deletions

View File

@@ -0,0 +1,6 @@
{
networking.firewall = {
enable = true;
trustedInterfaces = ["eno1" "tailscale0"];
};
}

View File

@@ -0,0 +1,9 @@
{
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "yes";
PasswordAuthentication = false;
};
};
}

View File

@@ -0,0 +1,3 @@
{
services.tailscale.enable = true;
}