Files
2025-12-03 15:36:33 +03:00

12 lines
184 B
Nix

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