added docker :( for gmod server and other rouge apps
This commit is contained in:
parent
874330fb95
commit
1a61be3494
|
@ -92,6 +92,9 @@ in
|
||||||
hardware.rtl-sdr.enable = true;
|
hardware.rtl-sdr.enable = true;
|
||||||
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ]; # blacklist dunb driver
|
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ]; # blacklist dunb driver
|
||||||
|
|
||||||
|
# Docker :(((
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# OpenWebRX
|
# OpenWebRX
|
||||||
# services.openwebrx.enable = true;
|
# services.openwebrx.enable = true;
|
||||||
|
|
||||||
|
@ -261,8 +264,12 @@ in
|
||||||
4455 # VR
|
4455 # VR
|
||||||
80 443 # Nginx
|
80 443 # Nginx
|
||||||
1234 # Something
|
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).
|
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"plugdev"
|
"plugdev"
|
||||||
"nginx"
|
"nginx"
|
||||||
"nfsShare"
|
"nfsShare"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue