There was an error while loading. Please reload this page.
1 parent 736c6be commit e9b42cdCopy full SHA for e9b42cd
1 file changed
modules/sabnzbd/default.nix
@@ -29,16 +29,16 @@ in {
29
description = "Whether to enable SABnzbd usenet downloader";
30
};
31
32
- group = mkOption {
+ user = mkOption {
33
type = types.str;
34
default = "sabnzbd";
35
- description = "Group under which the service runs";
+ description = "User under which the service runs";
36
37
38
- user = mkOption {
+ group = mkOption {
39
40
- default = "media";
41
- description = "User under which the service runs";
+ default = globals.libraryOwner.group;
+ description = "Group under which the service runs";
42
43
44
downloadsDir = mkOption {
0 commit comments