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 = {
|
||||
enable = mkOption {
|
||||
type = bool;
|
||||
default = conf.host == "server";
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
domain = {
|
||||
|
|
Loading…
Add table
Reference in a new issue