remove commented lines
Check NixOS configurations / eval-hosts (push) Failing after 14m36s

This commit is contained in:
2026-07-13 13:23:42 +10:00
parent d5467e9a5b
commit b481324c7d
-21
View File
@@ -23,25 +23,4 @@ fileSystems."/mnt/raspi" = {
];
};
# fileSystems."/mnt/raspi-data" = {
# device = "raspberrypi.tail13f623.ts.net:/home/raspi/docker-data";
# fsType = "nfs4";
# options = [
# "nofail"
# "_netdev"
# "noatime"
# # Don't mount until first access
# "x-systemd.automount"
# # Unmount after 10 min idle
# "x-systemd.idle-timeout=600"
# # Give the Pi/Tailscale a little time to appear
# "x-systemd.device-timeout=10s"
# # Explicitly use NFSv4.2 if supported
# "nfsvers=4.2"
# ];
# };
}