changed games mount point
This commit is contained in:
parent
4fcdac4510
commit
3c7ad8dc81
@ -44,7 +44,6 @@
|
||||
in {
|
||||
"/mnt/pool" = mount "pool" // { };
|
||||
"/mnt/jawz" = mount "jawz" // { };
|
||||
"/mnt/seedbox" = mount "seedbox" // { };
|
||||
"/" = {
|
||||
device = "/dev/mapper/nvme";
|
||||
fsType = "btrfs";
|
||||
@ -72,7 +71,7 @@
|
||||
"datacow"
|
||||
];
|
||||
};
|
||||
"/home/jawz/Games" = {
|
||||
"/mnt/games" = {
|
||||
device = "/dev/mapper/nvme";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user