enable fstab

This commit is contained in:
Danilo Reyes 2024-02-09 23:39:24 -06:00
parent 22add0a1b5
commit 6c7da7864a

View File

@ -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";