Add back nextcloud and try collabora

This commit is contained in:
Jimbo 2025-01-07 13:35:36 -05:00
parent 38bb03a054
commit 8a1f1cce31
11 changed files with 59 additions and 65 deletions

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
services.nfs.server = {
enable = config.system.server.enable;
exports = ''
/export/KittyNFS/Files *(rw,sync,no_subtree_check)
/export/KittyNFS/Media *(rw,sync,no_subtree_check)
/export/KittyNFS/Music *(rw,sync,no_subtree_check)
'';
};
}