summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-05-22 22:01:55 +0200
committerWilliButz <wbutz@cyberfnord.de>2019-06-04 00:22:49 +0200
commit1800e49a0bc5de13ede9afea3236128c60126528 (patch)
tree3d0def51e440061b0c07cf8fa36b7e66f30ea9fc /nixos/modules/misc
parent49302dc5937e869672ceff5973454be7559ee58e (diff)
nixos/ids: remove avahi uid/gid
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 5b7fa5d2b98ff..8e5bb69a40620 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -44,7 +44,7 @@
       vsftpd = 7;
       ftp = 8;
       bitlbee = 9;
-      avahi = 10;
+      #avahi = 10; # removed 2019-05-22
       nagios = 11;
       atd = 12;
       postfix = 13;
@@ -358,7 +358,7 @@
       vsftpd = 7;
       ftp = 8;
       bitlbee = 9;
-      avahi = 10;
+      #avahi = 10; # removed 2019-05-22
       #nagios = 11; # unused
       atd = 12;
       postfix = 13;