nfsroot: make nfs-mountd depend on mounts before exporting shares

This commit is contained in:
Astro 2023-06-08 00:45:13 +02:00
parent 424242820d
commit f7428b2906
1 changed files with 6 additions and 0 deletions

View File

@ -45,4 +45,10 @@
}
'';
};
systemd.services.nfs-mountd.requires = [
"var-lib-nfsroot-riscbert.mount"
"var-lib-nfsroot-dacbert.mount"
''var-lib-dump\x2ddvb-whoopsie.mount''
];
}