From 7503b64fef58eb9adaa2562c5b6639fe00d7aad3 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 6 Jul 2025 15:27:57 +0200 Subject: nfs: switch to restic backup --- config/storage.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/storage.nix b/config/storage.nix index a1461b1..ecb2dc1 100644 --- a/config/storage.nix +++ b/config/storage.nix @@ -1,6 +1,6 @@ {...}: { boot.supportedFilesystems = ["nfs"]; - fileSystems."/data" = { + fileSystems."/backups" = { device = "ds411.aristote.mesh:/volume2/hephaistos"; fsType = "nfs"; options = [ @@ -9,10 +9,8 @@ "noauto" # sleeping "x-systemd.idle-timeout=600" - # caching - "fsc" ]; }; - services.cachefilesd.enable = true; + services.restic.backups = {}; } -- cgit v1.2.3