Tux: Remount NAS outside $HOME

This commit is contained in:
2026-04-02 13:44:11 +02:00
parent eb0c48b1e7
commit 0f105b5324

View File

@@ -6,7 +6,7 @@
(mount-cifs {
host = "duke.veltnet";
resource = "smb-share";
destination = "/home/weckyy702/duke";
destination = "/mnt/nas";
credentials_path = "${config.age.secrets.nas-creds.path}";
UID = "weckyy702";
GID = "users";