Files
nix-config/system/security/default.nix
T

7 lines
70 B
Nix

{
imports = [
./sops.nix
];
security.rtkit.enable = true;
}