mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Enable opencode web service on pureintent (#104)
- Add opencode/web.nix module for web service configuration - Bind to Tailscale IP (100.122.32.106) on port 4096 - Pass JUSPAY_API_KEY from agenix secret to service - Update flake inputs: nixpkgs/unstable, nix-darwin/master, home-manager/master
This commit is contained in:
parent
0e07a3fbc2
commit
cd4805d5dd
5 changed files with 86 additions and 129 deletions
|
|
@ -8,10 +8,10 @@
|
|||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
# Principle inputs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-25.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nix-darwin.url = "github:LnL7/nix-darwin/master";
|
||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
nixos-unified.url = "github:srid/nixos-unified";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue