Fix fzgo cache path mount on riva

This commit is contained in:
Thomas Avé 2025-02-24 13:43:30 +01:00
parent 733112fa76
commit 284b9c705a
1 changed files with 2 additions and 2 deletions

View File

@ -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" = {