Enable puzzles-server, add puzzles flake input, update lockfile

This commit is contained in:
Joshua Bell 2026-02-06 14:45:25 -06:00
parent 0535b57581
commit a82dc991df
2 changed files with 15 additions and 4 deletions

View file

@ -25,6 +25,8 @@
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
puzzles.url = "git+ssh://git@git.joshuabell.xyz:3032/ringofstorms/puzzles.git";
nixarr.url = "github:rasmus-kirk/nixarr";
};
@ -120,6 +122,16 @@
]
)
inputs.puzzles.nixosModules.default
({
services.puzzles-server = {
enable = true;
settings = {
http = "0.0.0.0:8090";
};
};
})
nixarr.nixosModules.default
./hardware-configuration.nix
./mods
@ -195,4 +207,3 @@
};
};
}