From e4b13361f3687bcf2127eea42839ae94cfdbdf24 Mon Sep 17 00:00:00 2001 From: genofire Date: Fri, 15 Oct 2021 01:52:30 +0200 Subject: [PATCH] nixos: open hardware for zrepl and prometheus --- nixos/default-hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/default-hardware.nix b/nixos/default-hardware.nix index 775d934..9fdf319 100644 --- a/nixos/default-hardware.nix +++ b/nixos/default-hardware.nix @@ -10,6 +10,7 @@ boot.supportedFilesystems = [ "zfs" ]; #boot.kernelParams = [ "nohibernate" ]; services.zfs.autoScrub.enable = true; + networking.firewall.allowedTCPPorts = [ 9091 ]; services.zrepl = { enable = true; settings = {