enable fstab
This commit is contained in:
@@ -51,8 +51,8 @@
|
|||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
# "/mnt/pool" = mount "pool" // { };
|
"/mnt/pool" = mount "pool" // { };
|
||||||
# "/mnt/jawz" = mount "jawz" // { };
|
"/mnt/jawz" = mount "jawz" // { };
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/mapper/nvme";
|
device = "/dev/mapper/nvme";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user