2025-02-13 23:53:19 +03:00

12 lines
167 B
Nix

{
sops = {
age.keyFile = "/root/age.key";
secrets = {
vpn_bolt = {
format = "binary";
sopsFile = ./vpn_bolt.db;
};
};
};
}