From 13d32f0da2ffd35909fddbdaac7fb341a5d7ef7d Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 7 Jun 2025 21:40:19 -0500 Subject: [PATCH] Add root configs for new server --- config-root.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-root.toml b/config-root.toml index f41aa8c9..5dced662 100644 --- a/config-root.toml +++ b/config-root.toml @@ -276,3 +276,7 @@ include = ["Pacman"] [profiles.mko-laptop] dotfiles = ["f_cpupower", "f_doas.conf", "f_timesyncd.conf"] + +[profiles.Evendim] +include = ["Locale", "Pacman"] +dotfiles = ["f_doas.conf", "f_sshd_config"]