new-base-core #1

Merged
eriq12 merged 38 commits from new-base-core into main 2025-05-23 18:16:05 -04:00
24 changed files with 108 additions and 384 deletions
Showing only changes of commit 350f458ba0 - Show all commits

View File

@@ -0,0 +1,25 @@
modules:
- type: containerfile
snippets:
- RUN rpm-ostree install just powerstat
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-luks.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-just.noarch.rpm /
- RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm
- RUN rpm -ivh /ublue-os-update-services.noarch.rpm
- RUN rpm -ivh /ublue-os-signing.noarch.rpm
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
- RUN rpm -ivh /ublue-os-just.noarch.rpm
- type: systemd
system:
enabled:
- rpm-ostreed.automatic.timer
- podman-auto-update.timer
- flatpak-system-update.timer
user:
enabled:
- podman-auto-update.timer
- flatpak-system-update.timer

View File

@@ -13,6 +13,7 @@ image-version: latest # latest is also supported if you want new updates ASAP
# you can include multiple instances of the same module
modules:
- from-file: components/sys-files-module.yml
- from-file: components/base-module.yml
- from-file: components/sddm-module.yml
- from-file: components/hyprland-module.yml
- from-file: components/default-flatpak.yml