mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 19:18:46 +02:00
treewide: ran deadnix
This commit is contained in:
parent
fc81d5ccec
commit
d8947bfd36
4 changed files with 3 additions and 4 deletions
|
@ -66,7 +66,6 @@
|
||||||
, purge
|
, purge
|
||||||
, trucksimulatorbot
|
, trucksimulatorbot
|
||||||
, pfersel
|
, pfersel
|
||||||
, caddy-patched
|
|
||||||
, ...
|
, ...
|
||||||
}@attrs: {
|
}@attrs: {
|
||||||
packages.x86_64-linux = {
|
packages.x86_64-linux = {
|
||||||
|
|
|
@ -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}";
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# fixes run0 failing to execute
|
# fixes run0 failing to execute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue