Skip to content

Commit

Permalink
fix laptop recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftidore committed Nov 5, 2024
1 parent aea2473 commit ffe3d95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/recipe-laptop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ image-version: 40 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: "../config/common/01-common-workaround.yml"
- from-file: "../config/common/02-common-apps.yml"
- from-file: "../config/common/03-common-flatpaks.yml"
- from-file: "../config/common/04-common-wex.yml"
- from-file: "../config/common/05-common-other.yml"
- type: "signing" # this sets up the proper policy & signing files for signed images to work fully
- from-file: "common/01-common-workaround.yml"
- from-file: "common/02-common-apps.yml"
- from-file: "common/03-common-flatpaks.yml"
- from-file: "common/04-common-wex.yml"
- from-file: "common/05-common-other.yml"

0 comments on commit ffe3d95

Please sign in to comment.