From 7fa5f7e4927227506595d1086a9448e4f135afe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Wed, 29 Oct 2025 14:26:06 +0100 Subject: [PATCH] after flake update --- modules/optionnals/hosts/work-nix.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/optionnals/hosts/work-nix.nix b/modules/optionnals/hosts/work-nix.nix index 0a0b489..ac3bbd2 100644 --- a/modules/optionnals/hosts/work-nix.nix +++ b/modules/optionnals/hosts/work-nix.nix @@ -28,6 +28,11 @@ ../desktop/amd.nix ]; - networking.networkmanager.enable = true; + networking = { + networkmanager.enable = true; + extraHosts = '' + carto-interavtive 172.18.20.134 + ''; + }; programs.nm-applet.enable = true; }