diff options
| author | 2026-05-13 13:43:10 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:10 +0100 | |
| commit | 6188cc46324fac775edc0e155a014b5fb55312fb (patch) | |
| tree | 68ffd42572a86f0153ab0daa9a0ae095aa363a3e | |
| parent | 757569a9eb007da2d23e518f4120374881bf1d90 (diff) | |
| download | dotfiles-6188cc46324fac775edc0e155a014b5fb55312fb.tar.gz dotfiles-6188cc46324fac775edc0e155a014b5fb55312fb.tar.bz2 dotfiles-6188cc46324fac775edc0e155a014b5fb55312fb.zip | |
chore(meta): add fwupd, smartmontools; enable oomd, smartd, btrfs-scrub, fwupd-refresh; drop fstrim.timer
| -rw-r--r-- | meta/base.txt | 2 | ||||
| -rw-r--r-- | systemd-units/base.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/base.txt b/meta/base.txt index 6444244..da40c3c 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -13,6 +13,7 @@ dog duf fastfetch fd +fwupd fzf gdu git @@ -45,6 +46,7 @@ ripgrep rsync sbctl sd +smartmontools systemd-resolvconf tldr tlp diff --git a/systemd-units/base.txt b/systemd-units/base.txt index 39e57d2..85bb09c 100644 --- a/systemd-units/base.txt +++ b/systemd-units/base.txt @@ -1,9 +1,9 @@ # Systemd units to enable when the 'base' meta group is installed. # One unit per line, # comments OK. -fstrim.timer systemd-timesyncd.service systemd-resolved.service +systemd-oomd.service reflector.timer paccache.timer pkgstats.timer @@ -14,3 +14,6 @@ systemd-networkd.service systemd-networkd-wait-online.service tlp.service pcscd.socket +smartd.service +btrfs-scrub@-.timer +fwupd-refresh.timer |
