Compare commits

...

2 Commits

Author SHA1 Message Date
bfc6bb9d06 Removed ublue update config
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 12m24s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m27s
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 7m43s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (push) Successful in 12m45s
2025-06-14 14:43:28 -04:00
123e11860d Revert chagnes, dropping notifying user on update. 2025-06-14 14:42:33 -04:00
8 changed files with 53 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
[checks]
min_battery_percent = 20.0
max_cpu_load_percent = 50.0
max_mem_percent = 90.0
network_not_metered = true
[notify]
dbus_notify = true

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/bin/bootc update --quiet

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Timer]
OnBootSec=15min
OnUnitInactiveSec=8h
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,5 @@
[Unit]
Description=Update flatpaks
[Service]
ExecStart=flatpak update --noninteractive

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Update flatpak
[Timer]
OnBootSec=15min
OnCalendar=daily
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,5 @@
[Unit]
Description=Update flatpaks
[Service]
ExecStart=flatpak update --noninteractive

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Update flatpak
[Timer]
OnBootSec=15min
OnCalendar=daily
[Install]
WantedBy=timers.target

View File

@@ -8,22 +8,19 @@ modules:
- ublue-os-udev-rules
- ublue-os-signing
- type: dnf
repos:
copr:
- ublue-os/bling
install:
packages:
- ublue-update
- type: script
scripts:
- addimageinfo.sh
- type: systemd
system:
enabled:
- bootc-fetch-updates.timer
- flatpak-system-update.timer
user:
enabled:
- unlock-kwallet.service
- flatpak-user-update.timer
- type: dnf
install: