home: default disable dino
This commit is contained in:
parent
fd01cf370c
commit
58b2e5cce0
|
@ -27,7 +27,7 @@ in
|
||||||
description = "enable nextcloud support";
|
description = "enable nextcloud support";
|
||||||
};
|
};
|
||||||
XMPP = mkOption {
|
XMPP = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = "enable XMPP support ()";
|
description = "enable XMPP support ()";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue