Use Stow on generic distros also

This commit is contained in:
Bun 2025-05-14 01:09:16 -04:00
parent 66502988ef
commit 161c11c23a
5 changed files with 25 additions and 16 deletions

View file

@ -12,7 +12,17 @@
# Network mounts
"/home/${config.sysusers.main}/Network/Midas" = {
device = "sv.nixfox.ca:/storage";
device = "10.2.0.1:/storage";
fsType = "nfs4";
options = [
"noatime"
"noauto"
"soft"
"x-systemd.automount"
];
};
"/home/${config.sysusers.main}/Network/Kitty" = {
device = "10.2.0.2:/storage/bun";
fsType = "nfs4";
options = [
"noatime"