diff options
author | Rory& <root@rory.gay> | 2024-12-20 16:43:26 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-20 16:43:26 +0100 |
commit | 115af78181da3e137674a4392803bb3598e43f6c (patch) | |
tree | 75d1a93107b906e740ec8d909b4e6305acb6441d /host | |
parent | Configure ooye (diff) | |
download | Rory-Open-Architecture-115af78181da3e137674a4392803bb3598e43f6c.tar.xz |
Actually import ooye
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/matrix/root.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/root.nix b/host/Rory-nginx/services/matrix/root.nix index f11dec5..39c252d 100755 --- a/host/Rory-nginx/services/matrix/root.nix +++ b/host/Rory-nginx/services/matrix/root.nix @@ -8,6 +8,7 @@ ./draupnir.nix ./grapevine.nix # ./sliding-sync.nix # removed from nixpkgs, use synapse support instead + ./ooye.nix ]; } |