From 4ba1a42f6f7c2a87b656568039b460e643e3b82a 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 bf8365e3464..dd849848685 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -311,6 +311,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!