chore: btrfs subvolume moved to hdd

This commit is contained in:
Daniel Langbein 2024-08-20 13:16:17 +02:00
parent 73dbc2d848
commit 7afe8658b1
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

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