diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 53b4389..11c83d6 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -44,7 +44,6 @@ in { "/mnt/pool" = mount "pool" // { }; "/mnt/jawz" = mount "jawz" // { }; - "/mnt/seedbox" = mount "seedbox" // { }; "/" = { device = "/dev/mapper/nvme"; fsType = "btrfs"; @@ -72,7 +71,7 @@ "datacow" ]; }; - "/home/jawz/Games" = { + "/mnt/games" = { device = "/dev/mapper/nvme"; fsType = "btrfs"; options = [