Replace sops-nix with agenix; nix flake update

This commit is contained in:
2023-06-25 20:49:00 -05:00
parent 4ed6c07680
commit efbf9c87e9
6 changed files with 84 additions and 94 deletions

7
secrets.nix Normal file
View File

@ -0,0 +1,7 @@
let
james = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7R6FstqVDjVuyKGEUmWolYJ/I/DDxYOQV/zKPkiAth james@eversole.co";
eve-psr-nix0 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMyaPYK0HcKAjrD1g+FPqPEU9FJ0I6+iKYmQlWKE0zHp root@matri.cx";
in
{
"secrets/keys.age".publicKeys = [ james eve-psr-nix0 ];
}