summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-01-05 21:33:07 +0000
committerGitHub <noreply@github.com>2022-01-05 21:33:07 +0000
commit989238ec03360b6a2efc09f3ac969cd34a1d85ad (patch)
tree47f9505705106def6f69b38578954f4c8981e6aa /nixos/modules/misc
parent06509d51b4e43c081ae8e5162d2805b53d3176b8 (diff)
parent7678a5848c057ec8298c84902b5de7213a56fdea (diff)
downloadnixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar.gz
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar.bz2
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar.lz
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar.xz
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.tar.zst
nixpkgs-989238ec03360b6a2efc09f3ac969cd34a1d85ad.zip
Merge pull request #153426 from 4z3/systemwide-pipewire
nixos/pipewire: add systemWide option
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index d7fc9ca87d4..61e7a6a8fc3 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -352,6 +352,7 @@ in
       moonraker = 320;
       distcc = 321;
       webdav = 322;
+      pipewire = 323;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -658,6 +659,7 @@ in
       moonraker = 320;
       distcc = 321;
       webdav = 322;
+      pipewire = 323;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal