persist attic data
This commit is contained in:
parent
f8b0e13356
commit
0c57b2deae
4 changed files with 90 additions and 22 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue