From ef467986addf070aeafff217a5a5b35d2617f7fd Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 22 Oct 2024 07:43:59 +0300 Subject: [PATCH] Home: Disable chat. --- host/x86_64-linux/home/Container.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/host/x86_64-linux/home/Container.nix b/host/x86_64-linux/home/Container.nix index 7a6c61c2..3499d6f0 100644 --- a/host/x86_64-linux/home/Container.nix +++ b/host/x86_64-linux/home/Container.nix @@ -7,7 +7,6 @@ module = { # ISSUE: hdd.enable = true; change.enable = true; - chat.enable = true; cloud.enable = true; ddns.enable = true; dns.enable = true;