@@ -6,8 +6,8 @@ name: otariinae-os
66description : This is my personal OS image.
77
88# the base image to build on top of (FROM) and the version tag to use
9- base-image : ghcr.io/ublue-os/silverblue-main
10- image-version : 41 # latest is also supported if you want new updates ASAP
9+ base-image : ghcr.io/ublue-os/aurora-dx-nvidia-open
10+ image-version : stable-daily # latest is also supported if you want new updates ASAP
1111
1212# module configuration, executed in order
1313# you can include multiple instances of the same module
@@ -17,27 +17,24 @@ modules:
1717 - source : system
1818 destination : / # copies files/system/* (* means everything inside it) into your image's root folder /
1919
20- - type : rpm-ostree
20+ - type : dnf
2121 repos :
22- - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
22+ cleanup : true
23+ files :
24+ - https://repository.mullvad.net/rpm/stable/mullvad.repo
25+ - https://repo.secureblue.dev/secureblue.repo
26+ optfix :
27+ - Mullad VPN
28+ - cfxoffice
2329 install :
24- - micro
25- - starship
26- remove :
27- # example: removing firefox (in favor of the flatpak)
28- # "firefox" is the main package, "firefox-langpacks" is a dependency
29- - firefox
30- - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
30+ packages :
31+ - mullvad-vpn
32+ - http://crossover.codeweavers.com/redirect/crossover.rpm
33+ - trivalent
34+ - type : script
35+ scripts :
36+ - selinux.sh
3137
32- - type : default-flatpaks
33- configurations :
34- - notify : true # Send notification after install/uninstall is finished (true/false)
35- scope : system
36- # If no repo information is specified, Flathub will be used by default
37- install : # system flatpaks we want all users to have and not remove
38- - org.mozilla.firefox
39- - org.gnome.Loupe
40- - scope : user # Also add Flathub user repo, but no user packages
4138
4239 - type : signing # this sets up the proper policy & signing files for signed images to work fully
4340
0 commit comments