changed games mount point
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user