Update modules/nix/docker-data.nix
Check NixOS configurations / eval-hosts (push) Failing after 1h14m42s

This commit is contained in:
2026-07-02 01:37:55 +00:00
parent a488ff507e
commit 6b7c011480
+12
View File
@@ -37,4 +37,16 @@
];
};
fileSystems."/mnt/nextcloud-data" = {
device = "server:/tank/docker/nextcloud-data";
fsType = "nfs";
options = [
"nfsvers=4.2"
"_netdev"
"x-systemd.automount"
"noatime"
];
};
}