@@ -6,7 +6,7 @@ description: This is my personal OS server image with additionnal applications i
6
6
7
7
# the base image to build on top of (FROM) and the version tag to use
8
8
# base-image: ghcr.io/ublue-os/bazzite
9
- base-image : ghcr.io/ublue-os/bazzite
9
+ base-image : ghcr.io/ublue-os/ucore-minimal
10
10
image-version : latest # latest is also supported if you want new updates ASAP; rawhide is unavailable
11
11
12
12
# module configuration, executed in order
@@ -30,13 +30,13 @@ modules:
30
30
# - from-file: rpm-ostree/printer.yml
31
31
- from-file : rpm-ostree/rocm_ai.yml
32
32
- from-file : rpm-ostree/syncthing.yml
33
- # - from-file: rpm-ostree/terminal.yml
34
- # - from-file: rpm-ostree/virtualization.yml
33
+ - from-file : rpm-ostree/terminal.yml
34
+ # from-file: rpm-ostree/virtualization.yml
35
35
# - from-file: rpm-ostree/web.yml
36
36
# - from-file: rpm-ostree/yubikey.yml
37
37
38
38
# Install copr
39
- - from-file : copr/docker-ce.yml
39
+ # - from-file: copr/docker-ce.yml
40
40
- from-file : copr/lazygit.yml
41
41
- from-file : copr/lf.yml
42
42
# - from-file: copr/syncthingtray.yml
@@ -65,5 +65,6 @@ modules:
65
65
66
66
# hardware specific
67
67
# - from-file: hardware/lenovo-x1-carbon-gen3.yml
68
+ #
68
69
69
70
- type : signing # this sets up the proper policy & signing files for signed images to work fully
0 commit comments