A vibe coded tangled fork which supports pijul.

spindle: remove firewall config from spindle module

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

-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 }