From 598f9b7b2bd3ace4561a3d6ff4b5d14b1e6eced4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Jul 2025 07:29:21 -0700 Subject: add a module for mounting CIFS volumes The new module is for NAS clients, where we specify the server and the paths to mount locally. We add a new secret to have the username of the `nas' user. We mount the backups volume from the NAS under `/data/backups` on the VM. --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index b42a079..441a9b8 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -3,5 +3,6 @@ imports = [ ./home.nix ./host-config.nix + ./nas-client.nix ]; } -- cgit v1.2.3