feat(APPA): add media group
This commit is contained in:
parent
aac276e154
commit
0b7160f2a2
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
bchmnn = {
|
||||
power = {
|
||||
|
|
@ -22,4 +23,7 @@
|
|||
};
|
||||
|
||||
services.logind.lidSwitch = "ignore";
|
||||
|
||||
users.groups.media = { };
|
||||
systemd.tmpfiles.rules = [ "d /var/lib/media 2750 root media" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue