16 lines
570 B
YAML
16 lines
570 B
YAML
# image will be published to ghcr.io/<user>/<name>
|
|
name: enclave-laptop
|
|
# description will be included in the image's metadata
|
|
description: OS image for daily laptop using.
|
|
|
|
# the base image to build on top of (FROM) and the version tag to use
|
|
base-image: ghcr.io/ublue-os/kinoite-nvidia
|
|
image-version: 40 # latest is also supported if you want new updates ASAP
|
|
|
|
# module configuration, executed in order
|
|
# you can include multiple instances of the same module
|
|
modules:
|
|
- from-file: common-rpms.yml
|
|
- from-file: common-flatpaks.yml
|
|
- from-file: common-systemd.yml
|