From 5dce9af5474cafe794c560c02292a7fec3b5155d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Jun 2024 19:54:21 +0200 Subject: [PATCH] update --- hosts/server/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index a6ad485..cd148c6 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -35,6 +35,8 @@ pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc. }; + virtualisation.docker.enable = true; + # Networking networking = { hostName = config.var.hostname; };