configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: mc 2

+3 -2
+1
hosts/bluepill/default.nix
··· 3 3 ./hardware.nix 4 4 ./services/homepage.nix 5 5 ./services/jellyfin.nix 6 + ./services/mikusmp67.nix 6 7 ./services/navidrome.nix 7 8 ./services/restic.nix 8 9 ./services/samba.nix
+2 -2
hosts/bluepill/services/mikusmp67.nix
··· 1 1 {...}: { 2 2 networking.firewall = { 3 - allowedTCPPorts = [25565]; 4 - allowedUDPPorts = [24454]; # for vc 3 + allowedTCPPorts = [23343]; 4 + allowedUDPPorts = [22232]; # for vc 5 5 }; 6 6 7 7 users.users.mikusmp.uid = 2001;