From eb7fdfc327bf59b3e5a8e9c1c1538b445522c31a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 1 Sep 2024 16:00:08 -0500 Subject: [PATCH] disable unifi --- nixos/hosts/gandalf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index 181c8c9..e4d64e2 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -119,7 +119,7 @@ in }; # Unifi & Lego-Auto - unifi.enable = true; + # unifi.enable = true; lego-auto = { enable = true; dnsimpleTokenPath = "${config.sops.secrets."lego/dnsimple/token".path}";