{"id":44746977,"url":"https://github.com/atty303/bazzite-atty","last_synced_at":"2026-02-15T22:13:16.425Z","repository":{"id":331423967,"uuid":"1124135690","full_name":"atty303/bazzite-atty","owner":"atty303","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-21T21:17:47.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T02:57:51.868Z","etag":null,"topics":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atty303.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T12:13:52.000Z","updated_at":"2026-01-03T03:35:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/atty303/bazzite-atty","commit_stats":null,"previous_names":["atty303/bazzite-atty"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/atty303/bazzite-atty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atty303%2Fbazzite-atty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atty303%2Fbazzite-atty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atty303%2Fbazzite-atty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atty303%2Fbazzite-atty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atty303","download_url":"https://codeload.github.com/atty303/bazzite-atty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atty303%2Fbazzite-atty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"created_at":"2026-02-15T22:13:16.004Z","updated_at":"2026-02-15T22:13:16.420Z","avatar_url":"https://github.com/atty303.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bazzite-atty \u0026nbsp; [![bluebuild build badge](https://github.com/atty303/bazzite-atty/actions/workflows/build.yml/badge.svg)](https://github.com/atty303/bazzite-atty/actions/workflows/build.yml)\n\nThis is my personal Bazzite image for my personal use.\n\n- 1Password: Flatpak/AppImage doesn't support browser, CLI and system authentication integrations.\n- Howdy: It is a PAM module. So it needs to be installed to the system.\n- DankMaterialShell(dms): It is a desktop environment.\n- greetd: It is a display manager. So it needs to be installed to the system.\n- dms-greeter: It is a display manager. So it needs to be installed to the system.\n- niri: Wayland compositor.\n\n## Configuration\n\n### Howdy\n\nSet the device path for the IR camera.\n\n```bash\nsudo howdy set device_path /dev/video2\n```\n\nTest and confirm that a monochrome image is displayed.\n\n```bash\nsudo howdy test\n```\n\nScan and register your face. It is recommended to run this several times from different angles to register multiple models.\n\n```bash\nsudo howdy add\n```\n\nTest again to confirm that your face is recognized.\n\n```bash\nsudo howdy test\n```\n\nCheck the current state of authselect.\n\n```bash\n$ authselect current\nProfile ID: local\nEnabled features:\n- with-silent-lastlog\n- with-mdns4\n```\n\nCreate a new profile based on the currently selected profile.\n\n```bash\nsudo authselect create-profile local -b local\n```\n\nAdd `pam_howdy.so` before the line with `pam_fprintd.so` in `system-auth`.\n\n```\n# /etc/authselect/custom/local/system-auth\nauth sufficient pam_howdy.so\n```\n\nInstall the SELinux policy module.\n\n```bash\nsudo semodule -i /usr/share/selinux/packages/howdy.pp\n```\n\nSwitch to and apply the created profile.\n\n```bash\nsudo authselect select custom/local with-silent-lastlog with-mdns4 with-howdy\nsudo authselect apply-changes\n```\n\nTest polkit authentication to confirm that face recognition works.\n\n```bash\npkexec id\n```\n\n### greetd\n\nDisable SDDM and enable greetd.\n\n```bash\nsudo touch /etc/greetd/niri.output.kdl\nsudo systemctl disable sddm\nsudo systemctl enable greetd\n```\n\n## Installation\n\n\u003e [!WARNING]  \n\u003e [This is an experimental feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable), try at your own discretion.\n\nTo rebase an existing atomic Fedora installation to the latest build:\n\n- First, rebase to the unsigned image to get the proper signing keys and policies installed:\n  ```\n  rpm-ostree rebase ostree-unverified-registry:ghcr.io/atty303/bazzite-atty:latest\n  ```\n- Reboot to complete the rebase:\n  ```\n  systemctl reboot\n  ```\n- Then rebase to the signed image, like so:\n  ```\n  rpm-ostree rebase ostree-image-signed:docker://ghcr.io/atty303/bazzite-atty:latest\n  ```\n- Reboot again to complete the installation\n  ```\n  systemctl reboot\n  ```\n\nThe `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.\n\n## ISO\n\nIf build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.\n\n## Verification\n\nThese images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:\n\n```bash\ncosign verify --key cosign.pub ghcr.io/atty303/bazzite-atty\n```\n\n## Local Builds\n\n### Build\n\nIf you don't care about the details of the template, you can run the `build` command.\n\n```bash\nmise run build\n```\n\nThis will template out the file and build with `docker`, `podman`, or `buildah`.\n\n\n### Inspect Image\n\n```nushell\nlet mnt = (podman unshare podman image mount localhost/bazzite-atty)\npodman unshare yazi $mnt\npodman unshare umount $mnt\n```\n\n### Switch\n\nWith the switch command, you can build and boot an image locally using an `oci-archive` tarball. The `switch` command can be run as a normal user and will only ask for `sudo` permissions when moving the archive into `/etc/bluebuild`.\n\n```bash\nmise run switch\n```\n\nYou can initiate an immediate restart by adding the `--reboot/-r` option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatty303%2Fbazzite-atty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatty303%2Fbazzite-atty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatty303%2Fbazzite-atty/lists"}