diff --git a/hosts/epyc.nix b/hosts/epyc.nix index 8389142..0e27c41 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -20,6 +20,11 @@ in boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + virtualisation.docker = { + enable = true; + rootless.enable = true; + }; + # We want to use EEVDF and AMD-related niceties. boot.kernelPackages = pkgs.linuxPackages_latest;