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