From 7afe8658b1c059f827b159900dae8b991f7a7c7a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 20 Aug 2024 13:16:17 +0200 Subject: [PATCH] chore: btrfs subvolume moved to hdd --- hosts/yodaNas/btrbk-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yodaNas/btrbk-config.nix b/hosts/yodaNas/btrbk-config.nix index a6a9aea..515098d 100644 --- a/hosts/yodaNas/btrbk-config.nix +++ b/hosts/yodaNas/btrbk-config.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: let ssd-subvolumes = { - "arch.p1st.de" = {}; "blogger.privacy1st.de" = {}; "changedetection.p1st.de" = {}; "cloud.privacy1st.de" = {}; @@ -16,6 +15,7 @@ let "traggo.privacy1st.de" = {}; }; hdd-subvolumes = { + "arch.p1st.de" = {}; "cloud.privacy1st.de" = {}; "cloud.fykml.de" = {}; };