Adjust i3 and Borg configurations

This commit is contained in:
Vili Sinervä 2025-07-20 10:48:28 +03:00
parent 118fc4ef47
commit 171fa1cb7c
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 1 additions and 17 deletions

View file

@ -21,12 +21,9 @@ let
}
order += "battery all"
order += "cpu_usage"
order += "memory"
order += "ipv6"
order += "ethernet _first_"
order += "wireless _first_"
order += "disk /"
order += "tztime local"
order += "tztime helsinki"
@ -39,15 +36,6 @@ let
threshold_type = time
}
cpu_usage {
format = " CPU %usage "
}
memory {
format = " RAM %used / %total "
threshold_degraded = "10%"
}
ipv6 {
format_up = " %iface: %ip "
format_down = " No IPv6 "
@ -63,10 +51,6 @@ let
format_down = " No WLAN "
}
disk "/" {
format = " ⛁ %avail "
}
tztime local {
format = " %d.%m. %H:%M "
}

View file

@ -12,7 +12,7 @@ in
};
services.borgbackup.jobs.persist = {
compression = "auto,zstd,16";
compression = "auto,zstd,10";
encryption = {
mode = "repokey";
passCommand = "cat ${config.sops.secrets.borg-passphrase.path}";