mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
9 lines
204 B
Nix
9 lines
204 B
Nix
{ ... }:
|
|
|
|
{
|
|
sops.defaultSopsFile = ./../../secrets.yaml;
|
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
|
sops.age.generateKey = true;
|
|
}
|