Add puzzles module and nginx vhosts for puzzles.joshuabell.xyz

This commit is contained in:
Joshua Bell 2026-02-06 15:36:48 -06:00
parent 418b0f288b
commit 9170ce518c
4 changed files with 32 additions and 13 deletions

View file

@ -123,19 +123,6 @@
)
inputs.puzzles.nixosModules.default
(
{ pkgs, ... }:
{
services.puzzles-server = {
enable = true;
package = inputs.puzzles.packages.${pkgs.system}.default;
settings = {
http = "0.0.0.0:8093";
};
};
}
)
nixarr.nixosModules.default
./hardware-configuration.nix
./mods