Deadnix
parent
72e15505ab
commit
7a3e6062f2
|
@ -244,7 +244,7 @@
|
|||
inherit system;
|
||||
|
||||
modules = [
|
||||
({ config, ... }: {
|
||||
({ ... }: {
|
||||
_module.args = {
|
||||
inherit hostRegistry inputs zentralwerk;
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, zentralwerk, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
c3d2.deployment.server = "server10";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, zentralwerk, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
c3d2.deployment.server = "server10";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, zentralwerk, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
let
|
||||
cachePort = 5000;
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ zentralwerk, config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
domain = "mailtngbert.c3d2.de";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ zentralwerk, config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
c3d2.hq.statistics.enable = true;
|
||||
c3d2.deployment.server = "server10";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ tftproots, hostRegistry, lib, pkgs, ... }:
|
||||
{ tftproots, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.firewall.enable = false;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ zentralwerk, config, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
deployment = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, hostRegistry, pkgs, ... }:
|
||||
{ hostRegistry, pkgs, ... }:
|
||||
{
|
||||
deployment = {
|
||||
mem = 4096;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchgit, writeScript, runtimeShell }:
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "bmxd";
|
||||
|
|
Loading…
Reference in New Issue