summaryrefslogtreecommitdiffstats
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-09-14 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-09-14 12:00:00 +0000
commiteb328077c3a3f01c5d0c27f0b95fe4f544dbd9ad (patch)
treee5842145769c4becf3619121dd8fbcc7174adea3 /nixos/modules/misc/ids.nix
parent32f704c4fcbd1ceacbe0c784bf0f3f1bd5ff5b94 (diff)
nixos/vsftpd: allocate group; fix fallout of #133166
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-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 30cd8615acf8..77575f322746 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -46,7 +46,7 @@ in
messagebus = 4; # D-Bus
haldaemon = 5;
#disk = 6; # unused
- vsftpd = 7;
+ #vsftpd = 7; # dynamically allocated ass of 2021-09-14
ftp = 8;
bitlbee = 9;
#avahi = 10; # removed 2019-05-22
@@ -366,7 +366,7 @@ in
messagebus = 4; # D-Bus
haldaemon = 5;
disk = 6;
- vsftpd = 7;
+ #vsftpd = 7; # dynamically allocated as of 2021-09-14
ftp = 8;
bitlbee = 9;
#avahi = 10; # removed 2019-05-22