From 284b9c705a0387a9da4679a58727489afa0e5d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 24 Feb 2025 13:43:30 +0100 Subject: [PATCH] Fix fzgo cache path mount on riva --- hosts/Riva/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Riva/default.nix b/hosts/Riva/default.nix index bd7a03d..9303a1c 100644 --- a/hosts/Riva/default.nix +++ b/hosts/Riva/default.nix @@ -23,11 +23,11 @@ }; }; fileSystems."/home/server/Workspace" = { - device = "/home/server/Workspace"; + device = "/mnt/Workspace"; fsType = "virtiofs"; }; fileSystems."/home/server/.cache/fzgo" = { - device = "/home/server/.cache/fzgo"; + device = "/mnt/fzgo_cache"; fsType = "virtiofs"; }; fileSystems."/home/user/Workspace" = {