Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable minimal service qube feature #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions salt/sys-net/create.sls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <[email protected]>
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <[email protected]>

SPDX-License-Identifier: AGPL-3.0-or-later
#}
Expand Down Expand Up @@ -35,7 +35,7 @@ prefs:
- label: red
- netvm: ""
- audiovm: ""
- memory: 400
- memory: 300
- maxmem: 0
- vcpus: 1
- virt_mode: hvm
Expand All @@ -47,6 +47,7 @@ prefs:
features:
- enable:
- servicevm
- service.minimal-netvm
- service.qubes-updates-proxy
- disable:
- service.cups
Expand All @@ -68,7 +69,7 @@ prefs:
- label: red
- netvm: ""
- audiovm: ""
- memory: 400
- memory: 300
- maxmem: 0
- vcpus: 1
- virt_mode: hvm
Expand All @@ -77,6 +78,7 @@ prefs:
features:
- enable:
- servicevm
- service.minimal-netvm
- service.qubes-updates-proxy
- disable:
- appmenus-dispvm
Expand Down
8 changes: 5 additions & 3 deletions salt/sys-usb/create.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
SPDX-FileCopyrightText: 2022 unman <[email protected]>
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <[email protected]>
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <[email protected]>

SPDX-License-Identifier: AGPL-3.0-or-later
#}
Expand Down Expand Up @@ -51,7 +51,7 @@ prefs:
- label: red
- netvm: ""
- audiovm: ""
- memory: 400
- memory: 300
- maxmem: 0
- vcpus: 1
- virt_mode: hvm
Expand All @@ -60,6 +60,7 @@ prefs:
features:
- enable:
- servicevm
- service.minimal-usbvm
- appmenus-dispvm
- disable:
- service.network-manager
Expand Down Expand Up @@ -129,7 +130,7 @@ prefs:
- label: red
- netvm: ""
- audiovm: ""
- memory: 400
- memory: 300
- maxmem: 0
- include_in_backups: False
- pci_strictreset: False
Expand All @@ -149,6 +150,7 @@ prefs:
features:
- enable:
- servicevm
- service.minimal-usbvm
- disable:
- service.network-manager
- service.cups
Expand Down
Loading