diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
commit | 39ed30937ec29217820583e07ff1f447d08b9898 (patch) | |
tree | 96dc9d1a62e320c89510cd910add2ce8fb819850 /nixosConfigurations/manwe/default.nix | |
parent | 2023-04-12 (diff) |
2023-04-14
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix index a3c16b0..267654d 100644 --- a/nixosConfigurations/manwe/default.nix +++ b/nixosConfigurations/manwe/default.nix @@ -29,7 +29,6 @@ with lib; { domain = "git.${my.domain.azahi}"; }; - gotify.enable = true; matrix.dendrite = { enable = true; domain = my.domain.azahi; |