From 1a61be34947cb699e1c10c3042057ab769dbee7d Mon Sep 17 00:00:00 2001 From: FreeCorn Date: Sun, 15 Sep 2024 15:39:34 -0600 Subject: [PATCH] added docker :( for gmod server and other rouge apps --- configuration.nix | 9 ++++++++- freecorn.nix | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6bb92fe..bf1cdd9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; diff --git a/freecorn.nix b/freecorn.nix index b04a817..75ab5ae 100644 --- a/freecorn.nix +++ b/freecorn.nix @@ -15,6 +15,7 @@ "plugdev" "nginx" "nfsShare" + "docker" ]; };