feat: add cgroup1 specialisation

This commit is contained in:
Swarsel 2024-08-31 17:59:44 +02:00
parent b86fdac9a4
commit 66971d2377
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 16 additions and 6 deletions

View file

@ -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