diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 66a8a63..1588bce 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -137,6 +137,14 @@ }; }; + virtualisation.docker = { + enable = true; + rootless = { + enable = true; + setSocketVariable = true; + }; + }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];