Compare commits
2 Commits
local-podm
...
98e905910f
| Author | SHA1 | Date | |
|---|---|---|---|
| 98e905910f | |||
| 2dc225bece |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ concurrency:
|
||||
jobs:
|
||||
bluebuild:
|
||||
name: Build Custom Image
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@@ -42,5 +42,5 @@ jobs:
|
||||
pr_event_number: ${{ github.event.number }}
|
||||
|
||||
# enabled by default, disable if your image is small and you want faster builds
|
||||
maximize_build_space: "true"
|
||||
rechunk: "true"
|
||||
maximize_build_space: true
|
||||
rechunk: true
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
modules:
|
||||
- type: script
|
||||
snippets:
|
||||
- "sudo cp -n -r /usr/etc /etc"
|
||||
- "sudo rm -rf /usr/etc"
|
||||
@@ -4,7 +4,6 @@ modules:
|
||||
enabled:
|
||||
- bootc-fetch-updates.timer
|
||||
- flatpak-system-update.timer
|
||||
- lactd.service
|
||||
user:
|
||||
enabled:
|
||||
- flatpak-user-update.timer
|
||||
|
||||
@@ -2,8 +2,6 @@ modules:
|
||||
- type: dnf
|
||||
repos:
|
||||
nonfree: rpmfusion
|
||||
copr:
|
||||
- ilyaz/LACT
|
||||
install:
|
||||
packages:
|
||||
# applications
|
||||
@@ -24,6 +22,14 @@ modules:
|
||||
|
||||
# text editor
|
||||
- neovim
|
||||
|
||||
# software store
|
||||
- gnome-software
|
||||
|
||||
# disk management
|
||||
- gnome-disk-utility
|
||||
|
||||
- qdirstat
|
||||
|
||||
# kdeconnect
|
||||
- kde-connect
|
||||
@@ -35,19 +41,6 @@ modules:
|
||||
|
||||
# gtk
|
||||
- nwg-look
|
||||
|
||||
# software store
|
||||
- gnome-software
|
||||
|
||||
# disk management
|
||||
- gnome-disk-utility
|
||||
|
||||
# diagnostics
|
||||
- qdirstat
|
||||
|
||||
- lact
|
||||
|
||||
- btop
|
||||
|
||||
# zsh
|
||||
- zsh
|
||||
|
||||
@@ -17,7 +17,6 @@ modules:
|
||||
- from-file: components/sys-files-module.yml
|
||||
- from-file: components/systemd-module.yml
|
||||
- from-file: components/chezmoi-module.yml
|
||||
- from-file: components/cleanup-usr-etc.yml
|
||||
|
||||
- type: signing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user