added keys so nodens can sign builds

This commit is contained in:
Dennis Frieberg 2025-06-20 19:54:43 +02:00
parent 6bf5b1db73
commit 5a64d39621
Signed by: nerf
SSH key fingerprint: SHA256:zvrU0EwwaNK65M+AqL9IOTRawFq0JZ8QXBASxxGpxmg
4 changed files with 78 additions and 0 deletions

View file

@ -11,4 +11,11 @@
networking.hostName = "nodens";
system.stateVersion = "24.11";
sops.secrets."nodens-deploy.key" = {
sopsFile = ./deploy.secrets.yaml;
owner = "root";
group = "root";
mode = "0400";
};
}