From c771e8ad2fe2a0a2e755fbf5bba764b732bc2209 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 16 Jun 2026 21:21:39 +0200 Subject: Extract renard agent configuration into a foundation module, allowing other hosts to have it's user Signed-off-by: Mel --- machines/renard/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/renard/default.nix') diff --git a/machines/renard/default.nix b/machines/renard/default.nix index 98d5860..1796e2f 100644 --- a/machines/renard/default.nix +++ b/machines/renard/default.nix @@ -10,7 +10,6 @@ ../../modules/binary-cache.nix ../../modules/git.nix ../../modules/syncthing.nix - ../../modules/agent.nix ../../services/cgit.nix ../../services/minecraft.nix @@ -22,6 +21,8 @@ ]; foundation = { + agent.home = true; + www = { enable = true; -- cgit 1.4.1