Fix permissions before starting nfs-server
This commit is contained in:
parent
3df87b1a12
commit
64425bd447
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.nfs-server.preStart = ''
|
||||||
|
chmod -R 775 /export/hd/torrent
|
||||||
|
'';
|
||||||
services.webdav = {
|
services.webdav = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue