mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
networking: Allow zola port
This commit is contained in:
parent
464fbeb750
commit
3187b2efcf
@ -19,7 +19,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedUDPPorts = [ 5029 ];
|
allowedUDPPorts = [
|
||||||
|
5029
|
||||||
|
];
|
||||||
|
|
||||||
|
allowedTCPPorts = [
|
||||||
|
1111
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user