From 0e21c9457deb2d3c019ff76a9a06b075f166f6b5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 1 Jan 2025 15:07:03 +0200 Subject: [PATCH] Disabled wakapi, I think it's a bug, filed a github issue so now I am blocked by this --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index 0b8f8c0..e9422e6 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -42,7 +42,7 @@ gitea.enable = true; syncthing.enable = true; nextcloud.enable = false; - wakapi.enable = true; + wakapi.enable = false; # Automatically pull this config from git autoUpdate.enable = true;