feat: add nix store signing for remote deploys

This commit is contained in:
2026-03-30 00:21:37 +02:00
parent 29053f4ec2
commit 27b7b2abf2
3 changed files with 37 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
];
download-buffer-size = 2 * 1024 * 1024 * 1024;
warn-dirty = false;
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"matej.nix-1:TdbemLVYblvAxqJcwb3mVKmmr3cfzXbMcZHE5ILnZDE="
];
};
gc = {