to be perfectly honest this is a mess and I lost overview.

This commit is contained in:
Schrottkatze 2023-11-21 08:09:07 +01:00
parent a16094f61a
commit 433f4b76ef
9 changed files with 84 additions and 15 deletions

View file

@ -41,7 +41,6 @@
katzencafe = { name, nodes, pkgs, pkgsUnstable, inputs, ... }: {
deployment = {
targetHost = "katzen.cafe";
#targetHost = "2a01:4f8:c17:c51f::";
buildOnTarget = true;
};
imports = [
@ -55,9 +54,9 @@
./modules/forgejo.nix
./modules/mumble.nix
./modules/modded-mc.nix
#./modules/prosody.nix
./modules/monitoring.nix
./modules/mailserver.nix
./modules/vaultwarden.nix
];
system.stateVersion = "22.11";