Commit 162f0719 authored by Gary Guo's avatar Gary Guo
Browse files

nixos/freeradius: fix radius group

A group must be selected since it no longer defaults to nogroup
parent d0481239
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -74,7 +74,9 @@ in
        /*uid = config.ids.uids.radius;*/
        description = "Radius daemon user";
        isSystemUser = true;
        groups = "radius";
      };
      groups.radius = {};
    };

    systemd.services.freeradius = freeradiusService cfg;