From 7fa9f95ce4c9966e8ec0242f8ba86bcc66dd124f 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; }