initial upload
This commit is contained in:
28
recipes/moos-server.yml
Normal file
28
recipes/moos-server.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: moos-server
|
||||
description: Opiniated Server Image
|
||||
base-image: ghcr.io/ublue-os/fedora-coreos
|
||||
image-version: stable-zfs
|
||||
modules:
|
||||
- type: dnf
|
||||
repos:
|
||||
copr:
|
||||
enable:
|
||||
- atim/starship
|
||||
install:
|
||||
packages:
|
||||
- wget
|
||||
- fastfetch
|
||||
- zsh
|
||||
- zsh-autosuggestions
|
||||
- zsh-syntax-highlighting
|
||||
- starship
|
||||
- htop
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
remove:
|
||||
packages:
|
||||
- zincati
|
||||
- type: signing
|
||||
- type: kargs
|
||||
kargs:
|
||||
- i915.enable_guc=3
|
||||
Reference in New Issue
Block a user