+2
nixos/modules/misc/ids.nix
+2
nixos/modules/misc/ids.nix
···# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!···# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+180
nixos/modules/services/misc/siproxd.nix
+180
nixos/modules/services/misc/siproxd.nix
···+${optionalString (cfg.hostsAllowReg != []) "hosts_allow_reg = ${concatStringsSep "," cfg.hostsAllowReg}"}+${optionalString (cfg.hostsAllowSip != []) "hosts_allow_sip = ${concatStringsSep "," cfg.hostsAllowSip}"}+${optionalString (cfg.hostsDenySip != []) "hosts_deny_sip = ${concatStringsSep "," cfg.hostsDenySip}"}