treewide: ran deadnix

This commit is contained in:
Rouven Seifert 2025-05-19 15:06:57 +02:00
parent fc81d5ccec
commit d8947bfd36
4 changed files with 3 additions and 4 deletions

View file

@ -66,7 +66,6 @@
, purge , purge
, trucksimulatorbot , trucksimulatorbot
, pfersel , pfersel
, caddy-patched
, ... , ...
}@attrs: { }@attrs: {
packages.x86_64-linux = { packages.x86_64-linux = {

View file

@ -1,4 +1,4 @@
{ config, caddy-patched, ... }: { config, ... }:
let let
# matrix homeserver discovery # matrix homeserver discovery
matrix_domain = "matrix.${config.networking.domain}"; matrix_domain = "matrix.${config.networking.domain}";

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, ... }:
let let
homeserverDomain = config.services.matrix-synapse.settings.server_name; homeserverDomain = config.services.matrix-synapse.settings.server_name;
in in

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { ... }:
{ {
# fixes run0 failing to execute # fixes run0 failing to execute