Add Prophet mount to Kitty

This commit is contained in:
Bun 2025-04-30 20:29:57 -04:00
parent 52fb542d7b
commit ceb6297203

View file

@ -18,5 +18,14 @@
"soft"
];
};
"/home/${config.sysusers.main}/Network/Prophet" = {
device = "mx.nixfox.ca:/storage";
fsType = "nfs4";
options = [
"noauto"
"soft"
"x-systemd.automount"
];
};
};
}