ready for runners
This commit is contained in:
parent
fc9971ddc9
commit
7dd5043b5d
49 changed files with 2569 additions and 1085 deletions
11
nixos/secrets/shared-sops.nix
Normal file
11
nixos/secrets/shared-sops.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
sops = {
|
||||
age.keyFile = "/etc/sops/age.key";
|
||||
defaultSopsFile = ./shared/secrets.yml;
|
||||
secrets = {
|
||||
# "monitoring-token".owner = "prometheus";
|
||||
# "ssh-private-key".owner = "root";
|
||||
# "ssh-public-key".owner = "root";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue