From 7ce4e1708c7ae5723d63b9f48974c6b7c41e763e Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 14 Oct 2021 17:19:59 +0100 Subject: [PATCH] unhold yggdrasil --- config/modules/nixos/network.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/modules/nixos/network.nix b/config/modules/nixos/network.nix index 2924c33a..589893b8 100644 --- a/config/modules/nixos/network.nix +++ b/config/modules/nixos/network.nix @@ -178,7 +178,6 @@ in ]; }; - services.yggdrasil.package = pkgs.yggdrasil-held; networking = mkIf cfg.addresses.private.enable { domain = mkDefault (if cfg.addresses.public.enable then cfg.addresses.domain