From ca77e23d40fbe68f25a0db4fcb9a5948a88b4cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 13 Apr 2025 17:22:08 +0200 Subject: [PATCH] feat: open port for calibre --- machines/moritz-desktop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/moritz-desktop/configuration.nix b/machines/moritz-desktop/configuration.nix index fbf0d0c..0ff6902 100644 --- a/machines/moritz-desktop/configuration.nix +++ b/machines/moritz-desktop/configuration.nix @@ -53,6 +53,8 @@ stable.calibre # NOTE: breaks often in unstable ]; + networking.firewall.allowedTCPPorts = [9090]; + home-manager.users.moritz.services.kanshi.settings = [ { profile.name = "default";