feat: move clockvm out of sys-net to sys-firewall

This commit is contained in:
Ben Grande 2023-12-21 23:38:39 +01:00
parent f21f676adf
commit ad6f5e29fe
8 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@ include:
- .create
{% set default_netvm = salt['cmd.shell']('qubes-prefs default_netvm') -%}
"default_netvm-netvm-{{ slsdotpath }}":
"{{ slsdotpath }}-set-{{ default_netvm }}-netvm-to-{{ slsdotpath }}":
qvm.vm:
- require:
- qvm: {{ slsdotpath }}
@ -16,11 +16,5 @@ include:
- prefs:
- netvm: {{ slsdotpath }}
"clockvm-{{ slsdotpath }}":
cmd.run:
- require:
- qvm: {{ slsdotpath }}
- name: qubes-prefs clockvm {{ slsdotpath }}
{% from 'utils/macros/policy.sls' import policy_set with context -%}
{{ policy_set(sls_path, '80') }}