diff --git a/modules/linux/home-manager/desktop.nix b/modules/linux/home-manager/desktop.nix index b03f5c4..7363236 100644 --- a/modules/linux/home-manager/desktop.nix +++ b/modules/linux/home-manager/desktop.nix @@ -21,6 +21,7 @@ qbittorrent pavucontrol fluffychat + element-desktop ]; # Install keepassxc diff --git a/modules/servers/per-server/thor/services/conduit.nix b/modules/servers/per-server/thor/services/conduit.nix index d35d206..675444c 100644 --- a/modules/servers/per-server/thor/services/conduit.nix +++ b/modules/servers/per-server/thor/services/conduit.nix @@ -11,29 +11,7 @@ }; }; - systemd.services.conduit.serviceConfig = { - EnvironmentFile = ["${config.age.secrets.conduit.path}"]; - }; - - services.traefik.dynamicConfigOptions.http = { - services.conduit.loadBalancer.servers = [ - { - url = "http://localhost:6167"; - } - ]; - - routers.conduit = { - rule = "Host(`matrix.cronyakatsuki.xyz`)"; - tls = { - certResolver = "porkbun"; - }; - service = "conduit"; - entrypoints = "websecure"; - }; - }; - - services.restic.backups = { - local.paths = ["/var/lib/matrix-conduit"]; - server.paths = ["/var/lib/matrix-conduit"]; - }; + # systemd.services.conduit.serviceConfig = { + # EnvironmentFile = ["${config.age.secrets.conduit.path}"]; + # }; }