This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

spindle: remove firewall config from spindle module

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Jul 7, 2025, 2:26 PM +0100) commit 2d6f048f parent b605ab1b change-id tzyltlmt
-2
-2
nix/modules/spindle.nix
··· 93 93 Restart = "always"; 94 94 }; 95 95 }; 96 - 97 - networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [22]; 98 96 }; 99 97 }