reNixos/kyra/nix/settings/trusted-public-keys.nix
s0me1newithhand7s 90a01233ee kyra(hardening): making nix less bloated with substituters
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:51 +03:00

10 lines
184 B
Nix

_: {
nix = {
settings = {
trusted-public-keys = [
# cache.nixos.org
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
};
};
}