refactor rice into config
This commit is contained in:
parent
8872a12d20
commit
e4b7d76769
64 changed files with 225 additions and 230 deletions
6
common/systemd.nix
Normal file
6
common/systemd.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
systemd.services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
|
||||
systemd.user.extraConfig = "LogLevel=debug";
|
||||
hm.systemd.user.startServices = "sd-switch";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue