mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01: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…
Reference in New Issue
Block a user