nixos-config/sys/profiles/secrets/rackserv/default.nix
2025-06-01 19:18:57 +02:00

9 lines
160 B
Nix

{
sops.secrets = {
wireguard-privatekey = {
format = "binary";
sopsFile = ./wireguard-private;
owner = "systemd-network";
};
};
}