infrastructure/nixos-configurations/cyprianspitz/secrets.nix

8 lines
96 B
Nix
Raw Normal View History

2024-10-02 15:52:04 +02:00
{ ... }:
{
sops.secrets = {
"system/hdd" = { };
"system/initrd-ssh-key" = { };
};
}