mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
networking: Allow zola port
This commit is contained in:
parent
464fbeb750
commit
3187b2efcf
@ -19,7 +19,13 @@
|
||||
};
|
||||
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 5029 ];
|
||||
allowedUDPPorts = [
|
||||
5029
|
||||
];
|
||||
|
||||
allowedTCPPorts = [
|
||||
1111
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user