mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
freeradius: fix radius user
We now must choose either system or normal user when creating a user
This commit is contained in:
parent
75ef7d62b0
commit
9d7ce57da5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue