mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
1
This commit is contained in:
@@ -78,8 +78,10 @@ in
|
|||||||
mode = "0444";
|
mode = "0444";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = ./secrets/xray.yaml;
|
sopsFile = ./secrets/xray.yaml;
|
||||||
|
path = /etc/xray/uuid;
|
||||||
};
|
};
|
||||||
xray_private-key = {
|
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