Move MPD to home manager
This commit is contained in:
parent
2beaf963c2
commit
bcadad2420
16 changed files with 43 additions and 66 deletions
|
@ -4,6 +4,5 @@
|
|||
./apparmor
|
||||
./polkit
|
||||
./privilege
|
||||
./rtprio
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
security.pam.loginLimits = lib.mkIf config.system.desktop.enable [
|
||||
{
|
||||
domain = "@users";
|
||||
item = "rtprio";
|
||||
type = "-";
|
||||
value = 1;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue