about summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-03-02 20:51:47 +0100
committerGitHub <noreply@github.com>2022-03-02 21:51:47 +0200
commit671a068a0166a5474e51b4d151b64250f8feaec8 (patch)
tree3620c98ac6a944927ac4dbdbc25a10fb04a9fe54 /nixos/modules/misc/ids.nix
parent6fc2b4b5e923501d0540e35edf5937c7ea6a52bd (diff)
Remove F-PROT package and service module (EoL) (#160372)
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 1b4105c676d95..7d1faa50f4bfa 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -89,7 +89,7 @@ in
       prayer = 49;
       mpd = 50;
       clamav = 51;
-      fprot = 52;
+      #fprot = 52; # unused
       # bind = 53; #dynamically allocated as of 2021-09-03
       wwwrun = 54;
       #adm = 55; # unused
@@ -412,7 +412,7 @@ in
       prayer = 49;
       mpd = 50;
       clamav = 51;
-      fprot = 52;
+      #fprot = 52; # unused
       #bind = 53; # unused
       wwwrun = 54;
       adm = 55;