infrastructure/nixos-configurations/cyprianspitz/secrets.nix
Fabian Hauser c5d9d01f84
All checks were successful
CI / build (push) Successful in 2m49s
Extract vpn exit node config to module
2024-12-11 13:16:07 +02:00

7 lines
96 B
Nix

{ ... }:
{
sops.secrets = {
"system/hdd" = { };
"system/initrd-ssh-key" = { };
};
}