Bug in exportarr
This commit is contained in:
parent
5fe4d29ce1
commit
9b26258309
1 changed files with 12 additions and 4 deletions
|
@ -17,21 +17,29 @@ in {
|
|||
};
|
||||
nixarr-radarr-apiKeyFile = {
|
||||
file = ../../secrets/nixarr-radarr-apiKeyFile.age;
|
||||
owner = "exportarr-radarr-exporter";
|
||||
owner = "exportarr";
|
||||
group = "users";
|
||||
};
|
||||
nixarr-prowlarr-apiKeyFile = {
|
||||
file = ../../secrets/nixarr-prowlarr-apiKeyFile.age;
|
||||
owner = "exportarr-prowlarr-exporter";
|
||||
owner = "exportarr";
|
||||
group = "users";
|
||||
};
|
||||
nixarr-bazarr-apiKeyFile = {
|
||||
file = ../../secrets/nixarr-bazarr-apiKeyFile.age;
|
||||
owner = "exportarr-bazarr-exporter";
|
||||
owner = "exportarr";
|
||||
group = "users";
|
||||
};
|
||||
nixarr-sonarr-apiKeyFile = {
|
||||
file = ../../secrets/nixarr-sonarr-apiKeyFile.age;
|
||||
owner = "exportarr-sonarr-exporter";
|
||||
owner = "exportarr";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
users.users.exportarr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["users"];
|
||||
};
|
||||
fileSystems."/downloads" = {
|
||||
device = "192.168.1.125:/BIGDATA";
|
||||
fsType = "nfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue