mergerfs migration workstation

This commit is contained in:
2023-10-01 15:54:09 -06:00
parent 2b022b59e6
commit fb1bbe3869
2 changed files with 2 additions and 4 deletions

View File

@@ -42,11 +42,9 @@
options = [ "x-systemd.automount" "noauto" ];
};
in {
"/mnt/disk1" = mount "disk1" // { };
"/mnt/disk2" = mount "disk2" // { };
"/mnt/pool" = mount "pool" // { };
"/mnt/jawz" = mount "jawz" // { };
"/mnt/seedbox" = mount "seedbox" // { };
"/" = {
device = "/dev/mapper/nvme";
fsType = "btrfs";