diff --git a/hosts/kitty/filesystems/default.nix b/hosts/kitty/filesystems/default.nix index 118bbcdf..29880794 100644 --- a/hosts/kitty/filesystems/default.nix +++ b/hosts/kitty/filesystems/default.nix @@ -18,5 +18,14 @@ "soft" ]; }; + "/home/${config.sysusers.main}/Network/Prophet" = { + device = "mx.nixfox.ca:/storage"; + fsType = "nfs4"; + options = [ + "noauto" + "soft" + "x-systemd.automount" + ]; + }; }; }