persist attic data

This commit is contained in:
Pim Kunis 2024-04-27 20:53:32 +02:00
parent f8b0e13356
commit 0c57b2deae
4 changed files with 90 additions and 22 deletions

View file

@ -31,6 +31,7 @@ let
"/sonarr/config"
"/bazarr/config"
"/minecraft"
"/atticd"
];
nfsExports = lib.strings.concatLines (
@ -93,6 +94,7 @@ in
host nextcloud nextcloud all md5
host hedgedoc hedgedoc all md5
host paperless paperless all md5
host attic attic all md5
'';
};
};