fruitbasket/modules/sops.nix

6 lines
126 B
Nix
Raw Normal View History

2022-08-16 15:40:59 +02:00
{ config, lib, pkgs, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.generateKey = false;
}