s0meMiniPC-nix -> viola: rename
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
91d145fc9b
commit
d3588098ee
72 changed files with 101 additions and 98 deletions
26
viola/networking/firewall.nix
Normal file
26
viola/networking/firewall.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
firewall = {
|
||||
allowPing = true;
|
||||
enable = true;
|
||||
checkReversePath = false;
|
||||
allowedUDPPorts = [
|
||||
80
|
||||
8080
|
||||
8443
|
||||
53350
|
||||
53351
|
||||
53353
|
||||
];
|
||||
|
||||
allowedTCPPorts = [
|
||||
80
|
||||
8080
|
||||
8443
|
||||
53350
|
||||
53351
|
||||
53353
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue