diff --git a/configuration.nix b/configuration.nix index 769aa9a..7b72523 100644 --- a/configuration.nix +++ b/configuration.nix @@ -198,16 +198,6 @@ in omni = { enable = true; desktop.enable = true; - mcp.enable = true; - mcp.servers.lnbits = { - enable = true; - url = "http://localhost:5001"; - }; - mcp.servers.nextcloud = { - enable = true; - url = "https://cloud.ariege.io"; - username = "pat"; - }; user = settings.user; theme = currentTheme; displayManager = "tuigreet";