This commit is contained in:
Daniel Ziltener 2024-07-09 14:25:29 +02:00
parent 9e55b23c29
commit 5ebcc3bcec
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
imports =
@ -76,7 +76,6 @@
# sound.enable = true;
# hardware.pulseaudio.enable = true;
# rtkit is optional but recommended
security.rtkit.enable = true;
security = {
rtkit.enable = true;
apparmor = {