configured sops

No real secrets are added yet
This commit is contained in:
Rouven Seifert 2022-12-27 17:46:57 +01:00
parent bcd03bd6b3
commit fa685385b7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 215 additions and 10 deletions

9
shared/sops.nix Normal file
View file

@ -0,0 +1,9 @@
{config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [ sops ];
# directory party
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.generateKey = false;
}