From 4dd4733179515540dc443c6dbb8bab65a46832cd Mon Sep 17 00:00:00 2001 From: voidarc Date: Thu, 30 Jul 2026 13:08:04 +0100 Subject: [PATCH] enabled docker temporarily --- modules/hosts/server02/server02Configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/server02/server02Configuration.nix b/modules/hosts/server02/server02Configuration.nix index c2337a2..1319f75 100644 --- a/modules/hosts/server02/server02Configuration.nix +++ b/modules/hosts/server02/server02Configuration.nix @@ -3,6 +3,7 @@ networking = { hostName = "server02"; }; + virtualisation.docker.enable = true; swapDevices = [ { device = "/swapfile";