Skip to content

aorith/blueconfig

Repository files navigation

Fedora Silverblue configuration

Configuration for my daily work machine running Silverblue.

Silverblue setup using OSTree native containers, the post-install playbook and scripts are only required after the first install.

This is an opinionated build that probably won't suit your needs.

How to install

To rebase an existing Silverblue/Kinoite machine to the latest release:

  1. Download and install Fedora Silverblue
  2. After you reboot you should pin the working deployment so you can safely rollback
  3. Open a terminal and use one of the following commands to rebase the OS:
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/aorith/blueconfig:stable

Check post-install for the post-install instructions.

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/aorith/blueconfig

If you're forking this repo you should read the docs on keeping secrets in github. You need to generate a new keypair with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.

Credits