modules: services: pirate: persist data
This commit is contained in:
parent
758f9ea969
commit
c820640da5
1 changed files with 8 additions and 0 deletions
|
|
@ -34,5 +34,13 @@ in
|
|||
my.services.nginx.virtualHosts = redirections;
|
||||
# Set-up media group
|
||||
users.groups.media = { };
|
||||
|
||||
# Thankfully those old style services all define users with homes
|
||||
my.system.persist.directories = [
|
||||
config.users.user.bazarr.home
|
||||
config.users.user.lidarr.home
|
||||
config.users.user.radarr.home
|
||||
config.users.user.sonarr.home
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue