obliterate home-manager, rename some elements
This commit is contained in:
parent
5575604452
commit
2e49d9c484
48 changed files with 1283 additions and 1315 deletions
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
systemd.services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
|
||||
systemd.user.extraConfig = "LogLevel=debug";
|
||||
hm.systemd.user.startServices = "sd-switch";
|
||||
{ scope, ... }:
|
||||
scope "systemd" {
|
||||
services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
|
||||
user.extraConfig = "LogLevel=debug";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue