From 77ad977cd30508d028b5dd31bad472d455f5b9fa01facdb81b62e7ab6085620a Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 27 Jan 2026 01:59:15 -0500 Subject: [PATCH] filesystems: add new downloads device --- group_vars/workstation/filesystems.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/workstation/filesystems.yml b/group_vars/workstation/filesystems.yml index 4a0428c..27657d9 100644 --- a/group_vars/workstation/filesystems.yml +++ b/group_vars/workstation/filesystems.yml @@ -31,7 +31,7 @@ mounts: create_dir: false - path: /mnt/downloads - src: /dev/disk/by-uuid/ee6247ed-5bcf-481e-802e-74efbc02eb45 + src: /dev/disk/by-uuid/56a4fe2f-ce26-48cc-b602-548db7357549 fstype: btrfs opts: defaults,compress=zstd:1 state: mounted @@ -41,7 +41,7 @@ mounts: create_dir: false - path: /home/bryan/downloads - src: /dev/disk/by-uuid/ee6247ed-5bcf-481e-802e-74efbc02eb45 + src: /dev/disk/by-uuid/56a4fe2f-ce26-48cc-b602-548db7357549 fstype: btrfs opts: subvol=downloads,defaults,compress=zstd:1,x-systemd.requires=home.mount,x-gvfs-hide state: mounted