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

View File

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