More movearounds and stuff idk anymore
This commit is contained in:
parent
9a30fae72f
commit
84d5732a32
13 changed files with 56 additions and 48 deletions
|
@ -3,5 +3,6 @@
|
|||
imports = [
|
||||
./apparmor
|
||||
./doas
|
||||
./polkit
|
||||
];
|
||||
}
|
||||
|
|
7
modules/system/programs/security/polkit/default.nix
Normal file
7
modules/system/programs/security/polkit/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
security = {
|
||||
polkit.enable = config.system.desktop.enable;
|
||||
rtkit.enable = config.system.desktop.enable;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue