first commit
This commit is contained in:
commit
2a3ea31491
52 changed files with 2991 additions and 0 deletions
10
hosts/hetzner/secret.nix
Normal file
10
hosts/hetzner/secret.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./../../secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
};
|
||||
|
||||
sops.secrets.storage_box_credentials = { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue