summaryrefslogtreecommitdiff
path: root/config/hardware
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-06-08 12:23:23 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2025-06-08 12:23:23 +0200
commitf629f917d3f30eae375fbb33e18fd014f6e89985 (patch)
treec8870baeb7f9522cd7fd7054d1603f225b790648 /config/hardware
parent30b663574954af6b393e2d15ad3c228fec23822c (diff)
nfs: enable caching
Diffstat (limited to 'config/hardware')
-rw-r--r--config/hardware/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/hardware/default.nix b/config/hardware/default.nix
index 1991008..06555f7 100644
--- a/config/hardware/default.nix
+++ b/config/hardware/default.nix
@@ -44,11 +44,4 @@ in {
after = ["multi-user.target"];
};
};
-
- boot.supportedFilesystems = ["nfs"];
- fileSystems."/data" = {
- device = "ds411.aristote.mesh:/volume2/hephaistos";
- fsType = "nfs";
- options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
- };
}