mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
being required by local-fs.target is bad
This commit is contained in:
parent
b8c82460bc
commit
e01d789521
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ in {
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
options = [
|
options = [
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
"noauto"
|
"noauto" "nofail"
|
||||||
"x-systemd.requires=${md.shadow.service}"
|
"x-systemd.requires=${md.shadow.service}"
|
||||||
"x-systemd.after=${md.shadow.service}"
|
"x-systemd.after=${md.shadow.service}"
|
||||||
"x-systemd.after=${md.shadow.unit}"
|
"x-systemd.after=${md.shadow.unit}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue