Added stash
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# See https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/misc/ids.nix
|
||||
# TODO: Dir creation and file permissions in nix
|
||||
{
|
||||
pkgs,
|
||||
@@ -37,6 +38,7 @@ in {
|
||||
transmission = 70;
|
||||
cross-seed = 183;
|
||||
whisparr = 272;
|
||||
stash = 69;
|
||||
};
|
||||
gids = {
|
||||
autobrr = 188;
|
||||
@@ -45,6 +47,7 @@ in {
|
||||
media = 169;
|
||||
prowlarr = 287;
|
||||
recyclarr = 269;
|
||||
stash = 69;
|
||||
};
|
||||
|
||||
audiobookshelf = {
|
||||
@@ -119,5 +122,9 @@ in {
|
||||
user = "whisparr";
|
||||
group = globals.libraryOwner.group;
|
||||
};
|
||||
stash = {
|
||||
user = "stash";
|
||||
group = globals.libraryOwner.group;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user