Add puzzles module and nginx vhosts for puzzles.joshuabell.xyz
This commit is contained in:
parent
418b0f288b
commit
9170ce518c
4 changed files with 32 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue