mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -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";
|
||||
options = [
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"noauto" "nofail"
|
||||
"x-systemd.requires=${md.shadow.service}"
|
||||
"x-systemd.after=${md.shadow.service}"
|
||||
"x-systemd.after=${md.shadow.unit}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue