disable btrbk; install pixelflasher from my flake

This commit is contained in:
cy 2025-03-06 11:29:53 -05:00
parent 6cc04504a4
commit 91165ea563
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 38 additions and 24 deletions

View file

@ -217,7 +217,6 @@
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
my.backup = {
enable = true;
@ -236,25 +235,6 @@
sshKeyFile = config.sops.secrets."rsyncnet/id_ed25519".path;
};
services.btrbk.instances.local = {
onCalendar = "hourly";
# only create snapshots automatically. backups are triggered manually with `btrbk resume`
snapshotOnly = true;
settings = {
snapshot_preserve_min = "latest";
target_preserve = "30d";
target_preserve_min = "2d";
target = "/mnt/target/btr_backup/ytnix";
stream_compress = "zstd";
stream_compress_level = "8";
snapshot_dir = "/snapshots";
subvolume = {
"/home" = { };
"/" = { };
};
};
};
programs.steam = {
enable = true;
extest.enable = true;
@ -293,6 +273,7 @@
fontconfig
libxkbcommon
zlib
libz
libxml2
dbus
freetype