Enable puzzles-server, add puzzles flake input, update lockfile
This commit is contained in:
parent
0535b57581
commit
a82dc991df
2 changed files with 15 additions and 4 deletions
|
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
6
hosts/lio/flake.lock
generated
6
hosts/lio/flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue