diff --git a/SwarselSystems.org b/SwarselSystems.org index 4355beb..0b86820 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6430,7 +6430,14 @@ Integrates 1password mostly. There are more options at [[#h:f0b2ea93-94c8-48d8-8 docker ]; - + specialisation = { + cgroup_v1.configuration = { + boot.kernelParams = [ + "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1" + "systemd.unified_cgroup_hierarchy=0" + ]; + }; + }; } #+end_src diff --git a/profiles/nbl-imba-2/hardware-configuration.nix b/profiles/nbl-imba-2/hardware-configuration.nix index 59ee888..3ac3115 100644 --- a/profiles/nbl-imba-2/hardware-configuration.nix +++ b/profiles/nbl-imba-2/hardware-configuration.nix @@ -13,10 +13,6 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - boot.kernelParams = [ - "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1" - "systemd.unified_cgroup_hierarchy=0" - ]; boot.initrd.luks.devices."cryptroot" = { # improve performance on ssds bypassWorkqueues = true; diff --git a/profiles/optional/nixos/work.nix b/profiles/optional/nixos/work.nix index 4cfb308..d694976 100644 --- a/profiles/optional/nixos/work.nix +++ b/profiles/optional/nixos/work.nix @@ -12,5 +12,12 @@ docker ]; - + specialisation = { + cgroup_v1.configuration = { + boot.kernelParams = [ + "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1" + "systemd.unified_cgroup_hierarchy=0" + ]; + }; + }; }