[secrets] Setup initial example secrets

This commit is contained in:
2024-09-28 09:04:25 -07:00
parent 8e27017aa4
commit b5f2e1738f
6 changed files with 134 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, inputs, ... }:
{
sops.defaultSopsFile = ../../secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" "/home/johno/.ssh/id_ed25519" ];
sops.secrets.example_key = {};
}