mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -78,10 +78,10 @@ in
|
|||||||
mode = "0444";
|
mode = "0444";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = ./secrets/xray.yaml;
|
sopsFile = ./secrets/xray.yaml;
|
||||||
path = /etc/xray/uuid;
|
path = "/etc/xray/uuid";
|
||||||
};
|
};
|
||||||
xray_private-key = {
|
xray_private-key = {
|
||||||
path = /etc/xray/private-key;
|
path = "/etc/xray/private-key";
|
||||||
key = "private-key";
|
key = "private-key";
|
||||||
mode = "0444";
|
mode = "0444";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
|
|||||||
Reference in New Issue
Block a user