added test share
Check NixOS configurations / eval-hosts (push) Failing after 3h2m9s

This commit is contained in:
2026-07-07 00:03:22 +10:00
parent c15e88de35
commit 3900d617fa
3 changed files with 15 additions and 2 deletions
+12
View File
@@ -49,4 +49,16 @@
];
};
fileSystems."/mnt/docker/test" = {
device = "server:/tank/docker/nextcloud-data";
fsType = "nfs";
options = [
"nfsvers=4.2"
"_netdev"
"x-systemd.automount"
"noatime"
];
};
}