mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user