From a82dc991dfb556968db0d75cd6bd2abd9c426855 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 6 Feb 2026 14:45:25 -0600 Subject: [PATCH] Enable puzzles-server, add puzzles flake input, update lockfile --- hosts/h001/flake.nix | 13 ++++++++++++- hosts/lio/flake.lock | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/hosts/h001/flake.nix b/hosts/h001/flake.nix index 0ae76889..de155f29 100644 --- a/hosts/h001/flake.nix +++ b/hosts/h001/flake.nix @@ -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 @@ }; }; } - diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 529073fb..92e2c60a 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -1303,11 +1303,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1770273068, - "narHash": "sha256-bBokFeztMB+sw32fnA1tihKCRc6RsxlvkCD/lHT+sWE=", + "lastModified": 1770402050, + "narHash": "sha256-LOB+PdqKy+r91uJv54PrwMdnvLsqKb6gP6OOWRuBmMc=", "owner": "anomalyco", "repo": "opencode", - "rev": "8c8d8881400db46abf723293e80f03309064834f", + "rev": "f256a65b598985cc0b63b0134f349f6e36923df7", "type": "github" }, "original": {