From ced774e19c36fb3b0b33a3846e7c9cf874b0c206 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sat, 1 Aug 2026 14:31:35 +0530 Subject: calibre --- nixos/apps.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nixos/apps.nix') 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 ]; } -- cgit v1.2.3