diff --git a/recipes/common/jp-common.yml b/recipes/common/jp-common.yml index 7173ef9..d8fe3b2 100644 --- a/recipes/common/jp-common.yml +++ b/recipes/common/jp-common.yml @@ -4,16 +4,10 @@ modules: - from-file: common/jp-packages.yml - from-file: common/gaming.yml - from-file: common/dev-packages.yml + - from-file: common/updates.yml - type: files files: - distrobox: /usr - - rpm-ostreed-conf: /usr/etc - type: fonts nerdfont: - JetBrainsMono - - type: systemd - system: - masked: - - ublue-update.timer - enabled: - - rpm-ostreed-automatic.timer diff --git a/recipes/common/updates.yml b/recipes/common/updates.yml new file mode 100644 index 0000000..55d8f29 --- /dev/null +++ b/recipes/common/updates.yml @@ -0,0 +1,10 @@ +modules: + - type: files + files: + - rpm-ostreed-conf: /usr/etc + - type: systemd + system: + masked: + - ublue-update.timer + enabled: + - rpm-ostreed-automatic.timer