finalized Lix setup
This commit is contained in:
parent
4274d2db55
commit
67a413bce8
5 changed files with 26 additions and 14 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: deinonyxus
|
||||
# description will be included in the image's metadata
|
||||
description: This is my personal spin based on the latest bluefin image.
|
||||
description: Bluefin DX with Nix and sprinkles.
|
||||
|
||||
# the base image to build on top of (FROM) and the version tag to use
|
||||
base-image: ghcr.io/ublue-os/bluefin-dx
|
||||
|
|
@ -20,7 +20,7 @@ modules:
|
|||
|
||||
- type: script
|
||||
scripts:
|
||||
- install-nix.sh
|
||||
- install-lix.sh
|
||||
|
||||
- type: systemd
|
||||
system:
|
||||
|
|
@ -60,6 +60,10 @@ modules:
|
|||
- containerd
|
||||
- moby-engine
|
||||
|
||||
- type: justfiles
|
||||
include:
|
||||
- nixpkgs.just
|
||||
|
||||
- type: default-flatpaks
|
||||
configurations:
|
||||
- notify: true # Send notification after install/uninstall is finished (true/false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue