From 5ebcc3bcec708624cb0e411f5396c427e65f4e65 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 9 Jul 2024 14:25:29 +0200 Subject: [PATCH] . --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 744e418..f68704e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {