Fix permissions before starting nfs-server

This commit is contained in:
Andrea Ciceri 2024-12-31 14:36:15 +01:00
parent 3df87b1a12
commit 64425bd447
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -16,6 +16,9 @@
'';
};
systemd.services.nfs-server.preStart = ''
chmod -R 775 /export/hd/torrent
'';
services.webdav = {
enable = true;