This commit is contained in:
2025-10-10 13:04:57 +03:00
parent 62cdc110b9
commit 436489cb85
+2 -2
View File
@@ -75,13 +75,13 @@ in
sops.secrets = {
xray_uuid = {
key = "uuid";
mode = 444;
mode = "444";
format = "yaml";
sopsFile = ./secrets/xray.yaml;
};
xray_private-key = {
key = "private-key";
mode = 444;
mode = "444";
format = "yaml";
sopsFile = ./secrets/xray.yaml;
};