From b625c3dd4b37fcffb51fe59df811c3d59fd76c2b Mon Sep 17 00:00:00 2001 From: Luke Clifton Date: Sun, 28 Dec 2014 18:10:02 +0800 Subject: [PATCH] Added group id to ids.nix --- nixos/modules/misc/ids.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 3bb7fdb9b2d..df82bc8b890 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -310,6 +310,7 @@ kubernetes = 158; fleet = 159; gitlab = 160; + btsync = 161; # When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!