From c18d5adbc3e8b2fb7c168cd2f9c54ace75cf8478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Tue, 20 Jan 2026 11:56:45 +0100 Subject: [PATCH] add hosts --- modules/optionnals/hosts/work-nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/optionnals/hosts/work-nix.nix b/modules/optionnals/hosts/work-nix.nix index 9303a47..42c8a77 100644 --- a/modules/optionnals/hosts/work-nix.nix +++ b/modules/optionnals/hosts/work-nix.nix @@ -35,6 +35,8 @@ networkmanager.enable = true; extraHosts = '' carto-interavtive 172.18.20.134 + test-crowdsec.grandbesancon.fr 172.18.21.67 + test-syslog.grandbesancon.fr 172.18.21.67 ''; }; users.users.${username} = {