Fix fzgo cache path mount on riva
This commit is contained in:
parent
733112fa76
commit
284b9c705a
|
@ -23,11 +23,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fileSystems."/home/server/Workspace" = {
|
fileSystems."/home/server/Workspace" = {
|
||||||
device = "/home/server/Workspace";
|
device = "/mnt/Workspace";
|
||||||
fsType = "virtiofs";
|
fsType = "virtiofs";
|
||||||
};
|
};
|
||||||
fileSystems."/home/server/.cache/fzgo" = {
|
fileSystems."/home/server/.cache/fzgo" = {
|
||||||
device = "/home/server/.cache/fzgo";
|
device = "/mnt/fzgo_cache";
|
||||||
fsType = "virtiofs";
|
fsType = "virtiofs";
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Workspace" = {
|
fileSystems."/home/user/Workspace" = {
|
||||||
|
|
Loading…
Reference in New Issue