mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 02:58:48 +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
|
||||
, trucksimulatorbot
|
||||
, pfersel
|
||||
, caddy-patched
|
||||
, ...
|
||||
}@attrs: {
|
||||
packages.x86_64-linux = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, caddy-patched, ... }:
|
||||
{ config, ... }:
|
||||
let
|
||||
# matrix homeserver discovery
|
||||
matrix_domain = "matrix.${config.networking.domain}";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, ... }:
|
||||
let
|
||||
homeserverDomain = config.services.matrix-synapse.settings.server_name;
|
||||
in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# fixes run0 failing to execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue