feat(nixos): add SpotyBooty service with Discord token support
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s

This commit is contained in:
uttarayan21
2025-08-25 01:52:53 +05:30
parent a74e6a6365
commit 40bdd383a0
7 changed files with 185 additions and 30 deletions

View File

@@ -202,6 +202,11 @@
url = "github:ggml-org/llama.cpp/b6178?submodules=1";
flake = false;
};
spotybooty = {
# url = "git+ssh://gitea@git.darksailor.dev/servius/SpotyBooty";
url = "path:/home/servius/Projects/SpotyBooty";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {