mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -75,13 +75,13 @@ in
|
|||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
xray_uuid = {
|
xray_uuid = {
|
||||||
key = "uuid";
|
key = "uuid";
|
||||||
mode = 444;
|
mode = "444";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = ./secrets/xray.yaml;
|
sopsFile = ./secrets/xray.yaml;
|
||||||
};
|
};
|
||||||
xray_private-key = {
|
xray_private-key = {
|
||||||
key = "private-key";
|
key = "private-key";
|
||||||
mode = 444;
|
mode = "444";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = ./secrets/xray.yaml;
|
sopsFile = ./secrets/xray.yaml;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user