From d1442234cee8162ea8bc507bbb57d62fc6b9e264 Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 6 Mar 2023 09:14:10 +0100 Subject: [PATCH] Fix firewall --- overlays/previews.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/overlays/previews.nix b/overlays/previews.nix index 9b6636c9..ba3491cd 100644 --- a/overlays/previews.nix +++ b/overlays/previews.nix @@ -5,12 +5,13 @@ self: super: { unstableGhc = self.unstable.ghc; inherit (self.unstable) - nix - home-assistant - cabal2nix - chrysalis - emanote - helix - headscale + nix # Always good for early nom problem detection. + home-assistant # hexa says that’s better than stable + emanote # Haskell + cabal2nix # Haskell + chrysalis # Only until 23.05 + helix # until 23.05: Various features + headscale # until 23.05: Required for correct hostnames and Android compat + lklWithFirewall # until 23.05: To Fix firewall checks ; }