From 91eca4d282c4ec4d98c54f71a05697a646faa175 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 30 Oct 2023 22:53:42 +0200 Subject: [PATCH] Add root dotfiles to Tirion --- config-root.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config-root.toml b/config-root.toml index 311d9eb9..3f3f11bf 100644 --- a/config-root.toml +++ b/config-root.toml @@ -224,6 +224,13 @@ dotfiles = [ "f_flexo.toml", ] +[profiles.Tirion] +dotfiles = [ + "f_doas.conf", + "f_ignore", + "f_sshd_config", +] + [profiles.Gondor] include = ["Locale", "Pacman"] dotfiles = ["f_doas.conf", "f_sshd_config"]