home: default disable dino

This commit is contained in:
genofire 2022-07-23 11:54:07 +02:00
parent fd01cf370c
commit 58b2e5cce0
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()";
}; };