chore: update flake inputs, remove unused params and compose.yaml

This commit is contained in:
2026-04-12 16:49:26 +08:00
parent 48a8f27025
commit e77f561747
4 changed files with 10 additions and 67 deletions
Generated
+9 -9
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1775213373,
"narHash": "sha256-wJHsijC2l/E+ovmlpPGha8pXA6RHSwHWmBV97gvkmyI=",
"lastModified": 1775938181,
"narHash": "sha256-3VRl7wTV2guWBI1kYT2OZEAMYU5nUZMo6um9UH+HYHE=",
"owner": "catppuccin",
"repo": "nix",
"rev": "ba73719e673e7c2d89ac2f8df0bc0d48983e4907",
"rev": "8d8b4fd30aecbf30eef6b1d1977670a597d29494",
"type": "github"
},
"original": {
@@ -61,11 +61,11 @@
]
},
"locked": {
"lastModified": 1775900011,
"narHash": "sha256-QUGu6CJYFQ5AWVV0n3/FsJyV+1/gj7HSDx68/SX9pwM=",
"lastModified": 1775983377,
"narHash": "sha256-ZeRjipGQnVtQ/6batI+yVOrL853FZsL0m9A63OaSfgM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b0569dc6ec1e6e7fefd8f6897184e4c191cd768e",
"rev": "e0ca734ffc85d25297715e98010b93303fa165c4",
"type": "github"
},
"original": {
@@ -184,11 +184,11 @@
]
},
"locked": {
"lastModified": 1775682595,
"narHash": "sha256-0E9PohY/VuESLq0LR4doaH7hTag513sDDW5n5qmHd1Q=",
"lastModified": 1775971308,
"narHash": "sha256-VKp9bhVSm0bT6JWctFy06ocqxGGnWHi1NfoE90IgIcY=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "d2e8438d5886e92bc5e7c40c035ab6cae0c41f76",
"rev": "31ac5fe5d015f76b54058c69fcaebb66a55871a4",
"type": "github"
},
"original": {
-1
View File
@@ -2,7 +2,6 @@
inputs,
username,
pkgs,
lib,
...
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
# Disable catppuccin/nix neovim integration — LazyVim manages its own colorscheme
-56
View File
@@ -1,56 +0,0 @@
services:
grok2api:
image: ghcr.io/chenyme/grok2api:latest
restart: unless-stopped
volumes:
- ./volumes/data:/app/data
- ./volumes/logs:/app/logs
environment:
- TZ=Asia/Shanghai
- LOG_LEVEL=INFO
- SERVER_HOST=0.0.0.0
- SERVER_PORT=8000
- SERVER_WORKERS=1
- ACCOUNT_STORAGE=local
- ACCOUNT_LOCAL_PATH=data/accounts.db
- FLARESOLVERR_URL=http://flaresolverr:8191
- CF_REFRESH_INTERVAL=300
- CF_TIMEOUT=60
networks:
- default
- traefik
labels:
- traefik.enable=true
- traefik.http.routers.grok2api.rule=Host(`grok2api.imbytecat.com`)
- traefik.http.routers.grok2api.service=grok2api
- traefik.http.services.grok2api.loadbalancer.server.port=8000
# warp:
# image: caomingjun/warp:latest
# restart: unless-stopped
# environment:
# - WARP_SLEEP=2
# cap_add:
# - NET_ADMIN
microwarp:
image: ghcr.io/ccbkkb/microwarp:latest
restart: unless-stopped
volumes:
- ./volumes/warp:/etc/wireguard
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
restart: unless-stopped
environment:
- TZ=Asia/Shanghai
- LOG_LEVEL=info
networks:
traefik:
external: true