aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/pipewire.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-01-03 15:42:39 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-01-03 15:42:39 -0800
commitfb5be07e3a470bc804ba6c19e3763f9dde5d0f69 (patch)
tree4468a3883a4f47cbd250cd7a8316daba11ac9115 /hosts/common/optional/pipewire.nix
parentaf16f1db38b186d563335104867dea3752095ba3 (diff)
downloadnix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar.gz
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar.bz2
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar.lz
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar.xz
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.tar.zst
nix-fb5be07e3a470bc804ba6c19e3763f9dde5d0f69.zip
Remove deprecated and redundant hardware.pulseaudio option
Diffstat (limited to 'hosts/common/optional/pipewire.nix')
-rw-r--r--hosts/common/optional/pipewire.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix
index ed83faa..e34010e 100644
--- a/hosts/common/optional/pipewire.nix
+++ b/hosts/common/optional/pipewire.nix
@@ -9,8 +9,6 @@
qpwgraph;
};
- hardware.pulseaudio.enable = false;
-
security.pam.loginLimits = [
{ domain = "@audio"; item = "memlock"; type = "-" ; value = "unlimited"; }
{ domain = "@audio"; item = "rtprio" ; type = "-" ; value = "99" ; }