mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add cgroup1 specialisation
This commit is contained in:
parent
b86fdac9a4
commit
66971d2377
3 changed files with 16 additions and 6 deletions
|
|
@ -12,5 +12,12 @@
|
|||
docker
|
||||
];
|
||||
|
||||
|
||||
specialisation = {
|
||||
cgroup_v1.configuration = {
|
||||
boot.kernelParams = [
|
||||
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
|
||||
"systemd.unified_cgroup_hierarchy=0"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue