From ada162163e3c1b96b7564f0f7ad6e8f4610ba640 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 15:20:46 -0500 Subject: [PATCH] extra lines needed deleted --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 5e4d4b8..33ed76d 100644 --- a/default.nix +++ b/default.nix @@ -100,6 +100,7 @@ in virtualisation.docker = { enable = true; autoPrune.enable = true; + }; # Configure users athenix.users.sv22900.enable = true; athenix.users.hdh20267.enable = true; @@ -132,6 +133,7 @@ in TimeoutStartSec = 300; TimeoutStopSec = 120; }; + }; # Firewall configuration # networking.firewall.allowedTCPPorts = [ 80 443 ];