From 2b6241bbcdd9c7a75cac0977482baf768e420bfb Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 May 2024 21:15:55 -0400 Subject: [PATCH] Infini-DL360: disable man-db --- hosts/Infini-DL360/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 5511a2d..1fad45a 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -38,6 +38,8 @@ ]; }; + documentation.man.man-db.enable = false; + networking = { firewall = { allowedUDPPorts = [ 80 443 ];