From 9235e2c1cd30bf090a32ead4ac00ccca2c0fe44f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 2 Jan 2025 11:38:58 +0200 Subject: [PATCH] Enabled wakapi --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index e9422e6..0b8f8c0 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -42,7 +42,7 @@ gitea.enable = true; syncthing.enable = true; nextcloud.enable = false; - wakapi.enable = false; + wakapi.enable = true; # Automatically pull this config from git autoUpdate.enable = true;