disable iceshrimp by default
This commit is contained in:
parent
854d3175e8
commit
3809dce1c5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ in {
|
||||||
iceshrimp = {
|
iceshrimp = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = conf.host == "server";
|
default = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
domain = {
|
domain = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue