i once again again again ened to sync
This commit is contained in:
parent
9cac325698
commit
6063d2b438
18 changed files with 1264 additions and 1375 deletions
|
|
@ -8,7 +8,6 @@
|
|||
{
|
||||
imports = [
|
||||
./jellyfin.nix
|
||||
./stump.nix
|
||||
./navidrome.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
options = {
|
||||
server.media.stump = {
|
||||
enable = lib.mkEnableOption "enable stump";
|
||||
public = lib.mkEnableOption "make stump public";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ inputs.stump-nix.nixosModules.stump ];
|
||||
|
||||
config = {
|
||||
services.stump = {
|
||||
enable = true;
|
||||
environment = {
|
||||
STUMP_PORT = "10801";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
config = {
|
||||
services = {
|
||||
vaultwarden = {
|
||||
enable = true;
|
||||
enable = config.server.misc.vaultwarden.enable;
|
||||
config = {
|
||||
DOMAIN = "https://${config.server.misc.vaultwarden.subdomain}.${config.networking.domain}";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ in
|
|||
generic = {
|
||||
enabled = true;
|
||||
outbound = true;
|
||||
urlPrefix = "https://https://yap.marty.tf/webhooks/";
|
||||
urlPrefix = "https://https://${config.server.social.synapse.subdomain}.${config.networking.domain}/webhooks/";
|
||||
allowJsTransformationFunctions = false;
|
||||
waitForComplete = false;
|
||||
enableHttpGet = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue