From e3b667abbdfa192ad9baeb44a28a57ff1346b498 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 10 Sep 2023 13:13:53 -0500 Subject: Update install.yaml and config.yaml with system role config New flags are added in config.yaml to manage the system level configuration --- config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 810e765..ff5238a 100644 --- a/config.yaml +++ b/config.yaml @@ -4,9 +4,13 @@ packages: - development - gaming system: + wireguard: + wg_path: /etc/wireguard/wg0.conf + install_wireguard: true + install_systemd: true opt: config: install_shell: true - install_wayland: true + install_wayland: false install_xorg: false install_misc: false -- cgit