Your one-stop-cake-shop for everything Freshly Baked has to offer

fix: open cider remote port on shorthair

authored by thecoded.prof and committed by tangled.org e2fd17b5 133cde96

+7
+7
packetmix/systems/shorthair/music.nix
··· 1 + # SPDX-FileCopyrightText: 2026 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + networking.firewall.allowedTCPPorts = [ 10767 ]; # Cider Remote 7 + }