17 lines
437 B
YAML
17 lines
437 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: jp-minis
|
|
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
|
base-image: ghcr.io/ublue-os/base-main
|
|
image-version: 42
|
|
description: The image of Wunker OS for JP's Minisforum PCs.
|
|
alt-tags:
|
|
- server
|
|
modules:
|
|
- from-file: common/jp-minis.yml
|
|
- type: systemd
|
|
system:
|
|
enabled:
|
|
- rke2-server.service
|
|
- from-file: common/post-build.yml
|