From fb1bbe386920c31304cc7580d006db630da4c381 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 1 Oct 2023 15:54:09 -0600 Subject: [PATCH] mergerfs migration workstation --- workstation/configuration.org | 2 +- workstation/fstab.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index 88db8b0..49bef3f 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -761,7 +761,7 @@ programs.bash = { f = "fzf --multi --exact -i"; sc = "systemctl --user"; jc = "journalctl --user -xefu"; - open-gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl && + open-gallery = "cd /mnt/pool/scrapping/JawZ/gallery-dl && xdg-open \"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\""; unique-extensions = "fd -tf | rev | cut -d. -f1 | rev | tr '[:upper:]' '[:lower:]' | sort | diff --git a/workstation/fstab.nix b/workstation/fstab.nix index f765a8e..53b4389 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -42,11 +42,9 @@ options = [ "x-systemd.automount" "noauto" ]; }; in { - "/mnt/disk1" = mount "disk1" // { }; - "/mnt/disk2" = mount "disk2" // { }; + "/mnt/pool" = mount "pool" // { }; "/mnt/jawz" = mount "jawz" // { }; "/mnt/seedbox" = mount "seedbox" // { }; - "/" = { device = "/dev/mapper/nvme"; fsType = "btrfs";