chore: update flake; rename hosts; setup hintbooth

This commit is contained in:
Leon Schwarzäugl 2025-11-17 22:53:00 +01:00 committed by Leon Schwarzäugl
parent b78c83b575
commit 6abf5ce39b
19 changed files with 283 additions and 233 deletions

View file

@ -17,6 +17,7 @@
isNixos = true;
rootDisk = "/dev/sda";
swapSize = "8G";
networkKernelModules = [ "igb" ];
};
} // lib.optionalAttrs (!minimal) {
@ -26,4 +27,10 @@
router = false;
};
swarselmodules = {
server = {
nginx = lib.mkForce false; # we get this from the server profile
};
};
}