nix/base/systemd.nix
2025-07-21 17:05:02 +10:00

6 lines
185 B
Nix

{ ... }:
{
systemd.services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
systemd.user.extraConfig = "LogLevel=debug";
hm.systemd.user.startServices = "sd-switch";
}