mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: btrfs subvolume moved to hdd
This commit is contained in:
parent
73dbc2d848
commit
7afe8658b1
@ -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" = {};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user