changed games mount point

This commit is contained in:
Danilo Reyes 2023-11-01 22:16:58 -06:00
parent 4fcdac4510
commit 3c7ad8dc81

View File

@ -44,7 +44,6 @@
in { in {
"/mnt/pool" = mount "pool" // { }; "/mnt/pool" = mount "pool" // { };
"/mnt/jawz" = mount "jawz" // { }; "/mnt/jawz" = mount "jawz" // { };
"/mnt/seedbox" = mount "seedbox" // { };
"/" = { "/" = {
device = "/dev/mapper/nvme"; device = "/dev/mapper/nvme";
fsType = "btrfs"; fsType = "btrfs";
@ -72,7 +71,7 @@
"datacow" "datacow"
]; ];
}; };
"/home/jawz/Games" = { "/mnt/games" = {
device = "/dev/mapper/nvme"; device = "/dev/mapper/nvme";
fsType = "btrfs"; fsType = "btrfs";
options = [ options = [