rm discord
This commit is contained in:
parent
35610c4917
commit
33d6b922d0
2 changed files with 3 additions and 8 deletions
|
@ -37,17 +37,12 @@ in {
|
||||||
// {
|
// {
|
||||||
inherit settings;
|
inherit settings;
|
||||||
format = "mautrix-go";
|
format = "mautrix-go";
|
||||||
|
package = value.package.override {withGoolm = true;};
|
||||||
}) {
|
}) {
|
||||||
whatsapp = {
|
whatsapp = {
|
||||||
port = 29318;
|
port = 29318;
|
||||||
serviceConfig.EnvironmentFile = config.age.secrets."whatsapp.age".path;
|
serviceConfig.EnvironmentFile = config.age.secrets."whatsapp.age".path;
|
||||||
package = pkgs.mautrix-whatsapp.override {withGoolm = true;};
|
package = pkgs.mautrix-whatsapp;
|
||||||
};
|
};
|
||||||
|
|
||||||
# discord = {
|
|
||||||
# port = 29319;
|
|
||||||
# serviceConfig.EnvironmentFile = config.age.secrets."discord.age".path;
|
|
||||||
# package = pkgs.mautrix-discord;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
{networking.hostName = hostname;}
|
{networking.hostName = hostname;}
|
||||||
inputs.agenix.nixosModules.default
|
inputs.agenix.nixosModules.default
|
||||||
]
|
]
|
||||||
++ dirFiles ".nix" "${./clients}/${hostname}"
|
++ dirFiles ".nix" ./clients/${hostname}
|
||||||
++ dirFiles ".nix" ./modules/common
|
++ dirFiles ".nix" ./modules/common
|
||||||
++ opt (!isDesktop) (dirFiles ".nix" ./modules/server)
|
++ opt (!isDesktop) (dirFiles ".nix" ./modules/server)
|
||||||
++ opt isDesktop (
|
++ opt isDesktop (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue