Skip to content

Commit

Permalink
nixos/nix-daemon: Enable cgroups delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerhoyes committed Sep 2, 2024
1 parent d60e6bf commit afc13bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/system/nix-daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ in
IOSchedulingClass = cfg.daemonIOSchedClass;
IOSchedulingPriority = cfg.daemonIOSchedPriority;
LimitNOFILE = 1048576;
Delegate = "yes";
};

restartTriggers = [ config.environment.etc."nix/nix.conf".source ];
Expand Down

0 comments on commit afc13bc

Please sign in to comment.