Add a RequiredBy dependency for remote-fs.target

This commit is contained in:
Rodrigo Arias 2023-09-18 19:05:58 +02:00
parent e4cbcab81c
commit 3bb0b550aa

View File

@ -57,6 +57,7 @@
unitConfig = { unitConfig = {
# We need to wait for the NFS mount # We need to wait for the NFS mount
RequiresMountsFor = "/nix/store /mnt/hut-nix-store"; RequiresMountsFor = "/nix/store /mnt/hut-nix-store";
RequiredBy = "remote-fs.target";
Before = "remote-fs.target"; Before = "remote-fs.target";
}; };
} }