flake: bump inputs. challenger: add feal-syn2 backup mount

This commit is contained in:
2025-05-20 23:00:39 +02:00
parent e289cab72f
commit 277a650098
2 changed files with 26 additions and 13 deletions

View File

@@ -31,5 +31,18 @@
"noauto"
];
};
"/mnt/feal-syn2/backup" = {
# device = "feal-syn1.home.feal.no:/volume2/backup";
device = "192.168.11.163:/volume1/challenger";
fsType = "nfs";
options = [
"defaults"
"noatime"
"rw"
"nfsvers=3"
"x-systemd.automount"
"noauto"
];
};
};
}