4 lines
92 B
Nix
4 lines
92 B
Nix
{ config, ... }:
|
|
{
|
|
security.rtkit.enable = builtins.elem "pc" config.system.nixos.tags;
|
|
}
|