Skip to content

Commit

Permalink
fix: invert builder memory and vcpus
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 20, 2024
1 parent 02ae9e2 commit c0b6c4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions salt/qubes-builder/create.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ prefs:
- template: tpl-{{ slsdotpath }}
- label: red
- audiovm: ""
- vcpus: 2
- vcpus: 4
- memory: 400
- maxmem: 2000
- maxmem: 4000
- autostart: False
- template_for_dispvms: True
- include_in_backups: False
Expand All @@ -58,9 +58,9 @@ prefs:
- template: tpl-{{ slsdotpath }}
- label: gray
- audiovm: ""
- memory: 800
- maxmem: 8000
- vcpus: 4
- memory: 400
- maxmem: 800
- vcpus: 1
- default_dispvm: dvm-{{ slsdotpath }}
features:
- enable:
Expand Down

0 comments on commit c0b6c4c

Please sign in to comment.