add firewall xD
This commit is contained in:
@@ -100,6 +100,11 @@
|
|||||||
usePredictableInterfaceNames = true;
|
usePredictableInterfaceNames = true;
|
||||||
hostName = machine.hostname;
|
hostName = machine.hostname;
|
||||||
domain = "galaxious.de";
|
domain = "galaxious.de";
|
||||||
|
firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [80 443];
|
||||||
|
allowedUDPPorts = [80 443];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user