diff --git a/m/module/shared-nix-store.nix b/m/module/shared-nix-store.nix index 95df035..a078a14 100644 --- a/m/module/shared-nix-store.nix +++ b/m/module/shared-nix-store.nix @@ -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"; }; }