diff --git a/recipes/common/updates.yml b/recipes/common/updates.yml index 5b75ec1..1d9b445 100644 --- a/recipes/common/updates.yml +++ b/recipes/common/updates.yml @@ -1,12 +1,12 @@ modules: - # - type: files - # files: - # - source: rpm-ostreed-conf - # destination: /etc + - type: files + files: + - source: rpm-ostreed-conf + destination: /etc - type: systemd system: masked: - ublue-update.timer enabled: - # - rpm-ostreed-automatic.timer - - bootc-fetch-apply-updates.timer + - rpm-ostreed-automatic.timer + # - bootc-fetch-apply-updates.timer diff --git a/recipes/jp-truenas.yml b/recipes/jp-truenas.yml index eeb64fe..316611d 100644 --- a/recipes/jp-truenas.yml +++ b/recipes/jp-truenas.yml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json name: jp-truenas base-image: ghcr.io/ublue-os/base-main -image-version: gts +image-version: 41 description: The image of Wunker OS for JP's TrueNAS Server. stages: - from-file: common/helix.yml