From 447c7e11199f05fbc72616378d059f34a4e9b2bf Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 9 Oct 2022 11:45:58 +0300 Subject: [PATCH] Add doas.conf for gondor --- config-root.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-root.toml b/config-root.toml index 4885d44a..c80c4c55 100644 --- a/config-root.toml +++ b/config-root.toml @@ -207,7 +207,7 @@ dotfiles = ["f_99-sysctl.conf", "f_cpupower", "f_doas.conf", "f_sshd_config"] [profiles.Gondor] include = ["Locale", "Pacman"] -dotfiles = ["f_sshd_config"] +dotfiles = ["f_doas.conf", "f_sshd_config"] [profiles.localhost] include = ["Locale"]