From 04df049285a25a092628534268f4fa899293f406 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 18 Mar 2023 21:28:05 +0100 Subject: use draupnir --- host/Rory-synapse/configuration.nix | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index a105757..0542abd 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -144,12 +144,12 @@ }; - services.mjolnir = { + services.draupnir = { enable = true; pantalaimon = { enable = true; - username = "mjolnir"; - passwordFile = "/run/secrets/mjolnir-password"; + username = "draupnir"; + passwordFile = "/run/secrets/draupnir-password"; options = { homeserver = "http://localhost:8008"; ssl = false; @@ -161,20 +161,5 @@ }; system.stateVersion = "22.11"; # DO NOT EDIT! - - nixpkgs.overlays = [ - (self: super: { - mjolnir = super.mjolnir.overrideAttrs (old: { - #pname = "Draupnir"; - #version = "1.81.0"; - src = self.fetchFromGitHub { - owner = "Gnuxie"; - repo = "Draupnir"; - rev = "v1.81.0"; - hash = "sha256-Z2nmTknYfXmzBzr2TY8ylb0KulT3k2D7Evymu+vykuQ="; - }; - }); - }) - ]; } -- cgit 1.4.1