configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: also nvm

+2 -2
+2 -2
hosts/bluepill/services/mikusmp67.nix
··· 23 23 image = "itzg/minecraft-server:latest"; 24 24 user = "2001:2001"; 25 25 ports = [ 26 - "0.0.0.0:23343:25565" 27 - "0.0.0.0:22232:22232/udp" # for vc 26 + "23343:25565" 27 + "22232:22232/udp" # for vc 28 28 ]; 29 29 volumes = [ 30 30 "/srv/mikusmp67:/data"