Update where iptable_nat is set

This commit is contained in:
Gerald Pinder
2025-06-21 16:27:38 -04:00
parent 03fbc0a0dc
commit 772978abcd
3 changed files with 15 additions and 15 deletions

View File

@@ -57,5 +57,5 @@ modules:
- install-codelldb.sh - install-codelldb.sh
- install-zellij.nu - install-zellij.nu
snippets: snippets:
- echo 'iptable_nat' | tee -a /etc/modules-load.d/modules - echo 'iptable_nat' | tee -a /etc/modules-load.d/dagger-setup.conf
- from-file: common/docker-engine.yml - from-file: common/docker-engine.yml

View File

@@ -2,19 +2,19 @@
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules: modules:
- type: dnf - type: dnf
repos: # repos:
cleanup: true # cleanup: true
nonfree: negativo17 # nonfree: negativo17
group-install: group-install:
packages: packages:
- cosmic-desktop-environment - cosmic-desktop-environment
install: # install:
packages: # packages:
- steam # - steam
- type: systemd # - type: systemd
system: # system:
enabled: # enabled:
- cosmic-greeter # - cosmic-greeter
- type: files - type: files
files: files:
- source: desktop-audio - source: desktop-audio

View File

@@ -1,10 +1,10 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia name: jp-desktop-nvidia
base-image: ghcr.io/ublue-os/base-nvidia # base-image: ghcr.io/ublue-os/base-nvidia
image-version: latest # image-version: latest
# base-image: ghcr.io/ublue-os/bazzite-nvidia-open base-image: ghcr.io/ublue-os/bazzite-nvidia-open
# image-version: stable image-version: stable
description: The image of Wunker OS for JP's desktop gaming. description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: none blue-build-tag: none
nushell-version: none nushell-version: none