changed games mount point
This commit is contained in:
parent
4fcdac4510
commit
3c7ad8dc81
@ -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 = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user