From a63fd2189cc4fabf9aa1dadc086d25b95926ec34 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:49:22 +1000 Subject: [PATCH] add backup disk to homepage-dashboard --- modules/nixos/features/homepage-dashboard.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index 5fd9b2f..a3fd0de 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -272,7 +272,10 @@ in resources = { cpu = true; memory = true; - disk = "/"; + disk = [ + "/" + "/backup" + ]; cputemp = true; tempmin = 0; tempmax = 100;