nfsd service: don't run exportfs

It's run by service already.
This commit is contained in:
Nikolay Amiantov 2017-02-05 03:06:56 +03:00
parent 5b043ea361
commit 9a11dda5fd

View File

@ -139,7 +139,6 @@ in
systemd.services.nfs-mountd =
{ enable = true;
path = [ pkgs.nfs-utils ];
restartTriggers = [ exports ];
preStart =
@ -155,8 +154,6 @@ in
| xargs -d '\n' mkdir -p
''
}
exportfs -rav
'';
};