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";
|
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";
|
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
|
nixarr.nixosModules.default
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./mods
|
./mods
|
||||||
|
|
@ -195,4 +207,3 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
6
hosts/lio/flake.lock
generated
6
hosts/lio/flake.lock
generated
|
|
@ -1303,11 +1303,11 @@
|
||||||
"nixpkgs": "nixpkgs_4"
|
"nixpkgs": "nixpkgs_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770273068,
|
"lastModified": 1770402050,
|
||||||
"narHash": "sha256-bBokFeztMB+sw32fnA1tihKCRc6RsxlvkCD/lHT+sWE=",
|
"narHash": "sha256-LOB+PdqKy+r91uJv54PrwMdnvLsqKb6gP6OOWRuBmMc=",
|
||||||
"owner": "anomalyco",
|
"owner": "anomalyco",
|
||||||
"repo": "opencode",
|
"repo": "opencode",
|
||||||
"rev": "8c8d8881400db46abf723293e80f03309064834f",
|
"rev": "f256a65b598985cc0b63b0134f349f6e36923df7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue