diff options
Diffstat (limited to 'tests/config.yaml')
-rw-r--r-- | tests/config.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/config.yaml b/tests/config.yaml new file mode 100644 index 0000000..dcffd62 --- /dev/null +++ b/tests/config.yaml @@ -0,0 +1,15 @@ +--- +username: root +packages: + - development +system: + wireguard: + wg_path: /etc/wireguard/wg0.conf + install_wireguard: true + install_systemd: true +opt: +config: + install_shell: true + install_wayland: false + install_xorg: false + install_misc: false |