This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
11
nixos-configurations/secrets.nix
Normal file
11
nixos-configurations/secrets.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
sops.secrets =
|
||||
let
|
||||
allHostsSecretsFile = "${inputs.private}/nixos-configurations/secrets.sops.yaml";
|
||||
in
|
||||
{
|
||||
"msmtp/password".sopsFile = allHostsSecretsFile;
|
||||
"wgautomesh/gossip-secret".sopsFile = allHostsSecretsFile;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue