Compare commits
2 commits
685c212f33
...
9f992867dd
Author | SHA1 | Date | |
---|---|---|---|
9f992867dd | |||
a4cc0e1023 |
2 changed files with 13 additions and 1 deletions
|
@ -92,6 +92,16 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/jackett" =
|
||||
{ device = "loutrepool/var/jackett";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/gitea" =
|
||||
{ device = "loutrepool/var/gitea";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/dkim" =
|
||||
{ device = "loutrepool/var/dkim";
|
||||
fsType = "zfs";
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
};
|
||||
|
||||
users.extraGroups.medias =
|
||||
{ members = [ "slimserver" "radarr" "sonarr" "emby" "transmission" "lidarr" ];
|
||||
{
|
||||
gid = 498;
|
||||
members = [ "slimserver" "radarr" "sonarr" "emby" "transmission" "lidarr" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue