summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 03:35:36 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 03:35:36 +0200
commitc6fba94d469a79c4cbec8e9724fac633977e7830 (patch)
treeff48c3ab19e4dc81cb5d252f07974a7de3a1d90a /host
parentFix imports (diff)
downloadRory-Open-Architecture-c6fba94d469a79c4cbec8e9724fac633977e7830.tar.xz
fix conduit flake
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/conduit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix
index 9e654bb..8236f0a 100755
--- a/host/Rory-nginx/services/matrix/conduit.nix
+++ b/host/Rory-nginx/services/matrix/conduit.nix
@@ -2,7 +2,7 @@
 
 {
   services.matrix-conduit = {
-    package = conduit;
+    package = conduit.packages.${pkgs.system}.default;
     enable = true;
     settings.global = {
       server_name = "conduit.rory.gay";