10 lines
144 B
Nix
Raw Normal View History

2024-11-08 01:21:28 +03:00
{
sops = {
age.keyFile = "/root/age.key";
secrets.vpn_bolt = {
format = "binary";
sopsFile = ./vpn_bolt.db;
};
};
}