starting separation

This commit is contained in:
maxstrb 2025-09-21 22:39:30 +02:00
parent deece9317b
commit 26b798c4b3
4 changed files with 372 additions and 36 deletions

View file

@ -79,6 +79,12 @@
hostName = "max-laptop";
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
networkmanager.enable = true;
wireless = {
enable = false;
networks = {
aaa = {psk = "laserjet6plas";};
};
};
firewall = {
enable = true;
allowedTCPPorts = [8000];