diff options
| author | Mel <mel@rnrd.eu> | 2026-06-16 21:21:39 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-06-16 21:21:39 +0200 |
| commit | c771e8ad2fe2a0a2e755fbf5bba764b732bc2209 (patch) | |
| tree | 59d9b11c4e7185ae0604ba7ae64778fec753bd31 /modules/foundation/default.nix | |
| parent | 3c736fab4e673f99b58ec71b11690b12396985bb (diff) | |
| download | network-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 'modules/foundation/default.nix')
| -rw-r--r-- | modules/foundation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix index fa84750..558f80a 100644 --- a/modules/foundation/default.nix +++ b/modules/foundation/default.nix @@ -7,5 +7,6 @@ ./monitoring ./www ./vpn.nix + ./agent.nix ]; } |
