feat(backups): backups work
This commit is contained in:
parent
12251ef703
commit
bd964bad48
6 changed files with 83 additions and 6 deletions
7
modules/networking/firewall.nix
Normal file
7
modules/networking/firewall.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8080 ];
|
||||
networking.firewall.allowedUDPPorts = [ 8080 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue