Temporarily push conduit to 0.4.0
This commit is contained in:
parent
20fa17d09c
commit
53a04459c2
2 changed files with 22 additions and 0 deletions
|
@ -8,6 +8,11 @@ with lib;
|
|||
options.cloud.conduit = {
|
||||
enable = mkEnableOption "Enable the conduit server";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.matrix-conduit;
|
||||
};
|
||||
|
||||
host = mkOption {
|
||||
type = types.str;
|
||||
default = "m.nkagami.me";
|
||||
|
@ -30,6 +35,7 @@ with lib;
|
|||
};
|
||||
|
||||
config.services.matrix-conduit = mkIf cfg.enable {
|
||||
inherit (cfg) package;
|
||||
enable = true;
|
||||
|
||||
settings.global = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue