From 821f770dd737cb96f94ba05a878c12479cf26a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 7 Dec 2023 22:56:16 +0200 Subject: [PATCH] add geoipWithDatabase --- hosts/vno1-oh2/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 2683791..c5e681b 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -638,6 +638,8 @@ }; }; + environment.systemPackages = with pkgs; [geoipWithDatabase]; + networking = { hostId = "f9117e1b"; hostName = "vno1-oh2";