Skip to content

Commit e9b42cd

Browse files
committed
fix user stuff in sabnzbd
1 parent 736c6be commit e9b42cd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/sabnzbd/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ in {
2929
description = "Whether to enable SABnzbd usenet downloader";
3030
};
3131

32-
group = mkOption {
32+
user = mkOption {
3333
type = types.str;
3434
default = "sabnzbd";
35-
description = "Group under which the service runs";
35+
description = "User under which the service runs";
3636
};
3737

38-
user = mkOption {
38+
group = mkOption {
3939
type = types.str;
40-
default = "media";
41-
description = "User under which the service runs";
40+
default = globals.libraryOwner.group;
41+
description = "Group under which the service runs";
4242
};
4343

4444
downloadsDir = mkOption {

0 commit comments

Comments
 (0)