Update files

This commit is contained in:
2026-03-24 20:39:25 +00:00
parent b941192860
commit e8b47ea4a5
5 changed files with 22 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ in
];
bootspec.enable = true;
resumeDevice = "/dev/disk/by-partlabel/disk-${hostname}-root";
kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 0;
};
};
systemd = {

View File

@@ -17,5 +17,18 @@
allowedTCPPorts = [ 53317 ];
allowedUDPPorts = [ 53317 ];
};
hosts = {
"127.0.0.1" = [
"localhost"
"host.docker.internal"
"dev.runcats.test"
"landing.runcats.test"
"api.runcats.test"
"mail.runcats.test"
"kibana.runcats.test"
"img.runcats.test"
"docs.runcats.test"
];
};
};
}