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

fix: open cider remote port on shorthair

thecoded.prof eece00bd 1aac85c4

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