From 7a9e31f66dd37f21fe2b00269cbb3f2bc2cc9d0d Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 1 Jan 2026 17:47:03 +0200 Subject: [PATCH 1/4] removed razer --- recipes/recipe.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index b13c119..364fab8 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -33,26 +33,14 @@ modules: files: add: - https://repo.vscodium.dev/vscodium.repo - - https://openrazer.github.io/hardware:razer.repo install: packages: - repo: vscodium packages: - codium - - repo: hardware_razer - packages: - - openrazer-daemon - - openrazer-kernel-modules-dkms - - openrazer-meta - - python3-openrazer - - dkms - - python3-numpy - - python3-setproctitle - - python3-daemonize - syncthing - uv - waydroid - - xautomation remove: packages: - android-tools @@ -70,8 +58,6 @@ modules: - docker-ce-rootless-extras - docker-compose-plugin - docker-model-plugin - - kmod-openrazer - - openrazer-kmod-common - type: justfiles include: From fb7a13908d232bc64c38b9afecd62f05f70f7b43 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 3 Jan 2026 16:50:35 +0200 Subject: [PATCH 2/4] nix daemon fix --- files/system/usr/lib/systemd/system/nix-overlay.service | 5 +++-- recipes/recipe.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/system/usr/lib/systemd/system/nix-overlay.service b/files/system/usr/lib/systemd/system/nix-overlay.service index df9b154..fca9a70 100644 --- a/files/system/usr/lib/systemd/system/nix-overlay.service +++ b/files/system/usr/lib/systemd/system/nix-overlay.service @@ -2,13 +2,14 @@ Description=Mount OverlayFS for /nix DefaultDependencies=no After=local-fs.target -Before=nix-daemon.service +Before=systemd-tmpfiles-setup.service nix-daemon.service nix-daemon.socket ConditionPathExists=/usr/bin/mount-nix-overlay.sh [Service] Type=oneshot ExecStart=/usr/bin/mount-nix-overlay.sh +ExecStartPost=/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nix-daemon.conf RemainAfterExit=yes [Install] -WantedBy=multi-user.target +WantedBy=sysinit.target diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 364fab8..82f2645 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -27,6 +27,7 @@ modules: enabled: - nix-overlay.service - nix-daemon.service + - nix-daemon.socket - type: dnf repos: From f194d54d2dcab42829d1aeae9c264c7a4b61f44a Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 3 Jan 2026 17:57:27 +0200 Subject: [PATCH 3/4] script fix --- files/system/usr/libexec/deinonyxus/curator.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/system/usr/libexec/deinonyxus/curator.sh b/files/system/usr/libexec/deinonyxus/curator.sh index 4fc2b1c..f7cbe77 100755 --- a/files/system/usr/libexec/deinonyxus/curator.sh +++ b/files/system/usr/libexec/deinonyxus/curator.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash set -oue pipefail -curator_git="--from git+https://codeberg.org/randogoth/curator/" +curator_pkg="git+https://codeberg.org/randogoth/curator/" -uvx $curator_git curator init -uvx $curator_git curator add nix:mc nix:micro nix:devbox -uvx $curator_git curator switch -uv tool install $curator_git curator \ No newline at end of file +uvx --from "$curator_pkg" curator init +uvx --from "$curator_pkg" curator add nix:mc nix:micro nix:devbox +uvx --from "$curator_pkg" curator switch +uv tool install "$curator_pkg" From e216813d5673b8a5a6bd88f5f97e9a066b52d1f6 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 3 Jan 2026 18:11:14 +0200 Subject: [PATCH 4/4] added os release info --- recipes/recipe.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 82f2645..5ddc001 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -13,6 +13,16 @@ image-version: latest # latest is also supported if you want new updates ASAP # you can include multiple instances of the same module modules: + - type: os-release + properties: + ID: deinonyxus + NAME: Deinonyxus + PRETTY_NAME: Deinonyxus (Bluefin DX) + DEFAULT_HOSTNAME: deinonyxus + HOME_URL: https://codeberg.org/randogoth/deinonyxus + SUPPORT_URL: https://codeberg.org/randogoth/deinonyxus/issues + BUG_REPORT_URL: https://codeberg.org/randogoth/deinonyxus/issues + - type: files files: - source: system