disable iceshrimp by default

This commit is contained in:
twoneis 2025-03-23 22:27:27 +01:00
parent 854d3175e8
commit 3809dce1c5

View file

@ -158,7 +158,7 @@ in {
iceshrimp = { iceshrimp = {
enable = mkOption { enable = mkOption {
type = bool; type = bool;
default = conf.host == "server"; default = false;
}; };
}; };
domain = { domain = {