moving to code server

This commit is contained in:
specCon18 2024-04-10 03:42:16 -04:00
parent c545378c35
commit 786ca732aa
4 changed files with 31 additions and 27 deletions

View file

@ -7,8 +7,11 @@
networkmanager.enable = true; #Enable Network Manager
firewall = {
checkReversePath = "loose";
allowedTCPPorts = [];
allowedUDPPorts = [];
allowedTCPPorts = [8081];
allowedUDPPorts = [
8081
2053
];
};
};
}
}