regret not doing this more granularly but oh well

This commit is contained in:
Schrottkatze 2023-05-21 12:52:04 +02:00
parent 8bb51cb919
commit 2f166efc51
7 changed files with 128 additions and 18 deletions

View file

@ -35,7 +35,8 @@
katzencafe = { name, nodes, pkgs, pkgsUnstable, inputs, ... }: {
deployment = {
targetHost = "katzen.cafe";
# buildOnTarget = true;
#targetHost = "2a01:4f8:c17:c51f::";
buildOnTarget = true;
};
imports = [
./modules/base-stuff.nix
@ -48,6 +49,7 @@
./modules/forgejo.nix
./modules/mumble.nix
./modules/modded-mc.nix
#./modules/prosody.nix
];
system.stateVersion = "22.11";