Add a RequiredBy dependency for remote-fs.target
This commit is contained in:
parent
e4cbcab81c
commit
3bb0b550aa
@ -57,6 +57,7 @@
|
||||
unitConfig = {
|
||||
# We need to wait for the NFS mount
|
||||
RequiresMountsFor = "/nix/store /mnt/hut-nix-store";
|
||||
RequiredBy = "remote-fs.target";
|
||||
Before = "remote-fs.target";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user