diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 8853bc1..53b4389 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -42,7 +42,7 @@ options = [ "x-systemd.automount" "noauto" ]; }; in { - # "/mnt/pool" = mount "pool" // { }; + "/mnt/pool" = mount "pool" // { }; "/mnt/jawz" = mount "jawz" // { }; "/mnt/seedbox" = mount "seedbox" // { }; "/" = {