chore(andromache): back up '/data' directory as well (second disk)

This commit is contained in:
2026-09-09 18:07:01 +02:00
parent 461e5107a7
commit 0db179ecc4
+7 -1
View File
@@ -55,7 +55,13 @@ in
useDHCP = lib.mkDefault true;
};
nvidia.enable = true;
restic-backup.enable = true;
restic-backup = {
enable = true;
paths = [
"/home"
"/data"
];
};
secrets = {
enable = true;
nixSigningKey.enable = true;