Update hosts/h001 flake: add puzzles input and use package on port 8093

This commit is contained in:
Joshua Bell 2026-02-06 15:30:41 -06:00
parent a82dc991df
commit 418b0f288b
2 changed files with 49 additions and 10 deletions

View file

@ -123,14 +123,18 @@
)
inputs.puzzles.nixosModules.default
({
services.puzzles-server = {
enable = true;
settings = {
http = "0.0.0.0:8090";
(
{ 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