added docker :( for gmod server and other rouge apps

This commit is contained in:
Freecorn 2024-09-15 15:39:34 -06:00
parent 874330fb95
commit 1a61be3494
2 changed files with 9 additions and 1 deletions

View file

@ -92,6 +92,9 @@ in
hardware.rtl-sdr.enable = true;
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ]; # blacklist dunb driver
# Docker :(((
virtualisation.docker.enable = true;
# OpenWebRX
# services.openwebrx.enable = true;
@ -261,8 +264,12 @@ in
4455 # VR
80 443 # Nginx
1234 # Something
25565 # minecraft port
];
networking.firewall.allowedUDPPorts = [
4455
24454 # minecraft vc mod
];
networking.firewall.allowedUDPPorts = [ 4455 ];
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
system.copySystemConfiguration = true;

View file

@ -15,6 +15,7 @@
"plugdev"
"nginx"
"nfsShare"
"docker"
];
};