Update hosts/h001 flake: add puzzles input and use package on port 8093
This commit is contained in:
parent
a82dc991df
commit
418b0f288b
2 changed files with 49 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue