mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nfsd service: don't run exportfs
It's run by service already.
This commit is contained in:
parent
5b043ea361
commit
9a11dda5fd
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue