tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: mc 2
devins.page
3 months ago
d7ba10c0
5d65abe7
+3
-2
2 changed files
expand all
collapse all
unified
split
hosts
bluepill
default.nix
services
mikusmp67.nix
+1
hosts/bluepill/default.nix
···
3
3
./hardware.nix
4
4
./services/homepage.nix
5
5
./services/jellyfin.nix
6
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
3
-
allowedTCPPorts = [25565];
4
4
-
allowedUDPPorts = [24454]; # for vc
3
3
+
allowedTCPPorts = [23343];
4
4
+
allowedUDPPorts = [22232]; # for vc
5
5
};
6
6
7
7
users.users.mikusmp.uid = 2001;