This commit is contained in:
Sandro - 2023-01-03 03:04:24 +01:00
parent 72e15505ab
commit 7a3e6062f2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
14 changed files with 14 additions and 16 deletions

View File

@ -244,7 +244,7 @@
inherit system;
modules = [
({ config, ... }: {
({ ... }: {
_module.args = {
inherit hostRegistry inputs zentralwerk;
};

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, hostRegistry, lib, pkgs, ... }:
{ zentralwerk, config, lib, pkgs, ... }:
let
systemctl = "${pkgs.systemd}/bin/systemctl";
deployCommand = "${systemctl} start deploy-c3d2-dns";

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, zentralwerk, ... }:
{ config, pkgs, lib, ... }:
{
c3d2.deployment.server = "server10";

View File

@ -1,4 +1,4 @@
{ config, pkgs, zentralwerk, ... }:
{ config, pkgs, ... }:
{
c3d2.deployment.server = "server10";

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, zentralwerk, ... }:
{ config, lib, ... }:
let
cachePort = 5000;

View File

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =

View File

@ -4,9 +4,7 @@ let
domain = "jabber.c3d2.de";
publicIPv4 = "81.201.149.152";
inherit (pkgs.jabber-secrets)
c3d2DynDns
coturnUser coturnPassword;
inherit (pkgs.jabber-secrets) coturnUser coturnPassword;
prosodyFirewall = pkgs.writeText "antispam.pfw" ''
%ZONE spam: creep.im, default.rs, sj.ms, anonym.im, xmpp.jp, safetyjabber.com, im.hot-chilli.net, jabb3r.org, draugr.de, laba.im, xmpp.sh, jabber.bitactive.com, 404.city, jabber.cd, jabber.jc-otto.de, jabster.pl, jabber.no, anoxinon.me, ubuntu-jabber.net, anonarchy.im, jabber.freenet.de, exploit.im, 616.pub, omemo.im, rsocks.net, chatwith.xyz, jabber.cz, jabbim.cz, blabber.im, jabber.root.cz, jabb.im, jabber.infos.ru, jabbim.pl, jabbim.com, linuxlovers.at, jabbim.ru, jabber.sk, njs.netlab.cz, jabba.biz

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
let
domain = "mailtngbert.c3d2.de";

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
c3d2.hq.statistics.enable = true;
c3d2.deployment.server = "server10";

View File

@ -1,4 +1,4 @@
{ tftproots, hostRegistry, lib, pkgs, ... }:
{ tftproots, pkgs, ... }:
{
networking.firewall.enable = false;

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, ... }:
{ config, ... }:
{
deployment = {

View File

@ -1,4 +1,4 @@
{ config, hostRegistry, pkgs, ... }:
{ hostRegistry, pkgs, ... }:
{
deployment = {
mem = 4096;

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
imports = [

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, writeScript, runtimeShell }:
{ stdenv, fetchgit }:
stdenv.mkDerivation {
pname = "bmxd";