mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured sops
No real secrets are added yet
This commit is contained in:
parent
bcd03bd6b3
commit
fa685385b7
7 changed files with 215 additions and 10 deletions
9
shared/sops.nix
Normal file
9
shared/sops.nix
Normal 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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue