7 lines
84 B
Nix
7 lines
84 B
Nix
|
{ ... }: {
|
||
|
security = {
|
||
|
polkit.enable = true;
|
||
|
rtkit.enable = true;
|
||
|
};
|
||
|
}
|