Commit ba01c8ba authored by Jake Hillion's avatar Jake Hillion
Browse files

nixos/resilio: set rslsync gid

parent 314ec33e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ in
      group           = "rslsync";
    };

    users.groups.rslsync = {};
    users.groups.rslsync.gid = config.ids.gids.rslsync;

    systemd.services.resilio = with pkgs; {
      description = "Resilio Sync Service";