Repartition and reinstall alpheratz

This commit is contained in:
Ethan Simmons
2026-05-10 09:24:06 -05:00
parent 5e63cd8d6e
commit 5d64abd097
5 changed files with 29 additions and 35 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
with lib; let
cfg = config.simmer.backup;
compression = if (cfg.compression == "zstd") then "auto,zstd,3" else "auto,lzma";
in
{
config = mkIf cfg.enable {
@@ -20,7 +21,7 @@ in
passCommand = "cat ${cfg.passphrase}";
};
environment.BORG_RSH = "ssh -i ${cfg.key}";
compression = "auto,lzma";
compression = compression;
startAt = cfg.repeat;
};
};