summary refs log tree commit diff
path: root/machines/renard/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-06-16 21:21:39 +0200
committerMel <mel@rnrd.eu>2026-06-16 21:21:39 +0200
commitc771e8ad2fe2a0a2e755fbf5bba764b732bc2209 (patch)
tree59d9b11c4e7185ae0604ba7ae64778fec753bd31 /machines/renard/default.nix
parent3c736fab4e673f99b58ec71b11690b12396985bb (diff)
downloadnetwork-c771e8ad2fe2a0a2e755fbf5bba764b732bc2209.tar.zst
network-c771e8ad2fe2a0a2e755fbf5bba764b732bc2209.zip
Extract renard agent configuration into a foundation module, allowing other hosts to have it's user
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/renard/default.nix')
-rw-r--r--machines/renard/default.nix3
1 files changed, 2 insertions, 1 deletions
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;