gitea nixos cicd

This commit is contained in:
2025-09-27 21:04:50 -06:00
parent 0b709f4ef0
commit e6c9e80a3b
6 changed files with 216 additions and 67 deletions

View File

@@ -94,6 +94,7 @@
"pipe-operators"
];
substituters = [
config.my.servers.atticd.url
"https://nix-gaming.cachix.org"
"https://nixpkgs-python.cachix.org"
"https://devenv.cachix.org"
@@ -103,6 +104,8 @@
"https://cosmic.cachix.org"
];
trusted-public-keys = [
# TODO: Replace with actual atticd public key after setup
# "cache.servidos.lat:YOUR_ATTICD_PUBLIC_KEY_HERE"
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
"nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="