From 77c200a099727cba5c577acbb256d3a3e4a47ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 19 Aug 2024 16:26:19 +0200 Subject: [PATCH] feat(inventree): add inventree subdomain to /etc/hosts --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3d42a98..6856b0f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -24,6 +24,8 @@ 127.0.0.1 git.sourcehut.nixos.local 127.0.0.1 snipe-it.nixos.local + + 127.0.0.1 inventree.nixos.local ''; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.