freeradius: fix radius user

We now must choose either system or normal user when creating a user
main
Netix (Espinet François) 3 years ago
parent 75ef7d62b0
commit 9d7ce57da5
  1. 2
      nixos/modules/services/networking/freeradius.nix

@ -28,6 +28,7 @@ let
ProtectHome = "on";
Restart = "on-failure";
RestartSec = 2;
LogsDirectory = "radius";
};
};
@ -73,6 +74,7 @@ in
users.radius = {
/*uid = config.ids.uids.radius;*/
description = "Radius daemon user";
isSystemUser = true;
};
};

Loading…
Cancel
Save