Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdy0901 committed Nov 7, 2023
1 parent 0645f7c commit aabeea7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# image will be published to ghcr.io/<user>/<name>
name: startingpoint
name: my-ublue
# description will be included in the image's metadata
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
description: My Universal Blue image

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 38 # latest is also supported if you want new updates ASAP
base-image: ghcr.io/ublue-os/kinoite-asus-nvidia
image-version: 39 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
Expand All @@ -26,6 +26,9 @@ modules:
install:
# - micro
# - starship
- easyeffects
- virt-manager
- samba
remove:
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
Expand Down
4 changes: 2 additions & 2 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7lh7fJMV4dBT2jT1XafixUJa7OVA
cT+QFVD8IfIJIS/KBAc8hx1aslzkH3tfeM0cwyCLB7kOStZ4sh6RyFQD9w==
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE+HGb8RWobfda3NQAcsQo4+2Y7fYI
iNpu6jIh3jUyKcETfnEsiuVI31U7wfx9c8hQ73gvdLIgMHd7nWaAlU1qNw==
-----END PUBLIC KEY-----

0 comments on commit aabeea7

Please sign in to comment.