6 lines
185 B
Nix
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";
|
|
}
|