diff options
Diffstat (limited to 'nixos/apps.nix')
| -rw-r--r-- | nixos/apps.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/apps.nix b/nixos/apps.nix index 5ce1279..8b40c68 100644 --- a/nixos/apps.nix +++ b/nixos/apps.nix @@ -12,6 +12,7 @@ libresprite parted obsidian + calibre libreoffice-qt6-fresh kdePackages.dolphin winePackages.stableFull @@ -39,6 +40,6 @@ programs.thunderbird.enable = true; - networking.firewall.allowedTCPPorts = [ 53317 41567 ]; - networking.firewall.allowedUDPPorts = [ 53317 41567 ]; + networking.firewall.allowedTCPPorts = [ 53317 41567 5173 ]; + networking.firewall.allowedUDPPorts = [ 53317 41567 5173 ]; } |
