disable btrbk; install pixelflasher from my flake
This commit is contained in:
parent
6cc04504a4
commit
91165ea563
5 changed files with 38 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue