nixos-config/modules/secrets.nix
Simon Bruder 4a8a7e0a4f
Use sops for secrets
Since I currently do not have access to sayuri, sayuri’s migration is
not done yet. The host keys and wg-home-private-key secret still have to
be added.
2021-04-06 14:05:48 +02:00

4 lines
46 B
Nix

{
sops.defaultSopsFile = ../secrets.yaml;
}