rm OOYE
This commit is contained in:
parent
9766e1447a
commit
c0db1a39c6
3 changed files with 0 additions and 38 deletions
|
|
@ -62,19 +62,6 @@ in
|
|||
};
|
||||
environmentFile = config.age.secrets."whatsapp.age".path;
|
||||
};
|
||||
|
||||
matrix-ooye = {
|
||||
enable = true;
|
||||
homeserver = client;
|
||||
homeserverName = domain;
|
||||
discordTokenPath = config.age.secrets."discordToken.age".path;
|
||||
discordClientSecretPath = config.age.secrets."discordClientSecret.age".path;
|
||||
socket = "8081";
|
||||
bridgeOrigin = "https://${domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts."${domain}".extraConfig =
|
||||
"reverse_proxy 127.0.0.1:${config.services.matrix-ooye.socket}";
|
||||
};
|
||||
|
||||
systemd.services.matrix-ooye.serviceConfig.Restart = lib.mkForce "always";
|
||||
|
|
|
|||
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -2177,26 +2177,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"ooye": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1760299705,
|
||||
"narHash": "sha256-TM90FaqKZhHpB/ZI3aKyxrAL/GIU3X+PIHRXCa5ueeY=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "3e9884d2b0d4126e97d0d254e85dbcf67f423a15",
|
||||
"revCount": 21,
|
||||
"type": "git",
|
||||
"url": "https://cgit.rory.gay/nix/OOYE-module.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://cgit.rory.gay/nix/OOYE-module.git"
|
||||
}
|
||||
},
|
||||
"oranc": {
|
||||
"inputs": {
|
||||
"crane": [
|
||||
|
|
@ -2377,7 +2357,6 @@
|
|||
"nix-maid": "nix-maid",
|
||||
"nix-matrix-appservices": "nix-matrix-appservices",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"ooye": "ooye",
|
||||
"run0-sudo-shim": "run0-sudo-shim",
|
||||
"sdm845": "sdm845",
|
||||
"stylix": "stylix",
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@
|
|||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ooye = {
|
||||
url = "git+https://cgit.rory.gay/nix/OOYE-module.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
matrixoidc = {
|
||||
url = "git+https://git.federated.nexus/Henry-Hiles/matrixoidc";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue