From 6c7da7864a8f7c5031a70d6322b5f465d337b149 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 9 Feb 2024 23:39:24 -0600 Subject: [PATCH] enable fstab --- workstation/fstab.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 905c1c4..0c62ec6 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -51,8 +51,8 @@ options = [ "x-systemd.automount" "noauto" ]; }; in { - # "/mnt/pool" = mount "pool" // { }; - # "/mnt/jawz" = mount "jawz" // { }; + "/mnt/pool" = mount "pool" // { }; + "/mnt/jawz" = mount "jawz" // { }; "/" = { device = "/dev/mapper/nvme"; fsType = "btrfs";