19 lines
521 B
YAML
19 lines
521 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
|
modules:
|
|
- type: dnf
|
|
repos:
|
|
cleanup: true
|
|
nonfree: rpmfusion
|
|
install:
|
|
packages:
|
|
- akmod-nvidia
|
|
- type: script
|
|
snippets:
|
|
- echo "%_with_kmod_nvidia_open 1" > /etc/rpm/macros.nvidia-kmod
|
|
- akmods --kernels "$(rpm -q "kernel" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')" --rebuild
|
|
- type: files
|
|
files:
|
|
- source: nvidia-kargs
|
|
destination: /usr/lib/bootc/kargs.d
|