From abbadf42ec3abfa34cea2c3fc67408ff4bda47f3 Mon Sep 17 00:00:00 2001 From: Weckyy702 Date: Sun, 31 May 2026 23:03:49 +0200 Subject: [PATCH] Mount duke to /mnt to avoid funky borgmatic things and other silliness --- modules/hosts/keith/users/weckyy702/mount-nas.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/keith/users/weckyy702/mount-nas.nix b/modules/hosts/keith/users/weckyy702/mount-nas.nix index 4df2124..5e1fdae 100644 --- a/modules/hosts/keith/users/weckyy702/mount-nas.nix +++ b/modules/hosts/keith/users/weckyy702/mount-nas.nix @@ -6,7 +6,7 @@ (mount-cifs { host = "duke.veltnet"; resource = "smb-share"; - destination = "/home/weckyy702/duke"; + destination = "/mnt/duke"; credentials_path = "${config.age.secrets.nas-creds.path}"; UID = "weckyy702"; GID = "users";