From 036c458038b418dfe624a1a675136cff9228ca4b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Aug 2023 11:18:49 +0200 Subject: [PATCH] chore: move rtkit to pipewire it's really only used by that I think --- hosts/niks/configuration.nix | 1 - hosts/niks/pipewire.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 196e14d44..8fdbbb25e 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -131,7 +131,6 @@ enableSSHSupport = true; }; - security.rtkit.enable = true; hardware = { opentabletdriver = { diff --git a/hosts/niks/pipewire.nix b/hosts/niks/pipewire.nix index fdc35aaec..318e5bd63 100644 --- a/hosts/niks/pipewire.nix +++ b/hosts/niks/pipewire.nix @@ -10,6 +10,8 @@ pulse.enable = true; }; + security.rtkit.enable = true; + environment.etc = let json = pkgs.formats.json {}; rate = "48000";