chore(treewide): Upgrade to NixOS 25.05

This commit is contained in:
Tristan Daniël Maat 2025-05-24 22:53:33 +08:00
parent b067bbc8c0
commit fc6be0c4c2
Signed by: tlater
GPG key ID: 49670FD774E43268
6 changed files with 43 additions and 29 deletions
configuration/services/conduit

View file

@ -1,6 +1,5 @@
{
pkgs,
flake-inputs,
config,
lib,
...
@ -21,7 +20,7 @@ in
services = {
matrix-conduit = {
enable = true;
package = flake-inputs.continuwuity.packages.${pkgs.system}.default;
package = pkgs.matrix-continuwuity;
settings.global = {
address = "127.0.0.1";
server_name = domain;