changes access to dnsc-vps-sm

This commit is contained in:
Dennis Schoepf 2026-01-20 19:24:09 +01:00
parent 11b0b550ba
commit 7c00ecdb0f
2 changed files with 3 additions and 22 deletions

View file

@ -61,19 +61,10 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
80
443
];
ipBasedAllowedTCPPorts = [
{
port = 22;
ips = [
"100.103.199.4"
"100.115.100.87"
"100.83.40.63"
];
}
];
};
# My user account
@ -129,9 +120,6 @@
};
# Services
# Tailscale
services.tailscale.enable = true;
# Caddy
services.caddy = {
enable = true;