Delegate cgroup for rootless podman
This commit is contained in:
parent
9c4c8e6ab1
commit
07f8c51648
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ in {
|
|||
udev.packages = [pkgs.via];
|
||||
};
|
||||
|
||||
systemd.services."user@".serviceConfig.Delegate = "cpu cpuset memory pids";
|
||||
|
||||
users.users.${userName}.extraGroups = ["adbusers" "cdrom"];
|
||||
|
||||
virtualisation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue