From f629f917d3f30eae375fbb33e18fd014f6e89985 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 8 Jun 2025 12:23:23 +0200 Subject: nfs: enable caching --- config/hardware/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config/hardware') 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"]; - }; } -- cgit v1.2.3