added keys so nodens can sign builds
This commit is contained in:
parent
6bf5b1db73
commit
5c09cb3cdc
4 changed files with 78 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue