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 ];