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

@ -12,5 +12,12 @@
docker
];
specialisation = {
cgroup_v1.configuration = {
boot.kernelParams = [
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
"systemd.unified_cgroup_hierarchy=0"
];
};
};
}