dolomite: drop tok-00, add fre-00
This commit is contained in:
parent
5b19d8a97e
commit
1c40bbc98f
11 changed files with 151 additions and 286 deletions
|
@ -9,6 +9,7 @@ let
|
|||
mkIf
|
||||
mkEnableOption
|
||||
mkOption
|
||||
mkDefault
|
||||
types
|
||||
;
|
||||
|
||||
|
@ -127,7 +128,7 @@ in
|
|||
trojan = {
|
||||
port = mkOption {
|
||||
type = lib.types.port;
|
||||
default = cfg.trojan.port;
|
||||
default = 8080;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -163,11 +164,6 @@ in
|
|||
];
|
||||
networking.firewall.allowedUDPPorts = [ ] ++ (lib.range 6311 6314);
|
||||
|
||||
custom.prometheus = {
|
||||
enable = true;
|
||||
exporters.blackbox.enable = true;
|
||||
};
|
||||
|
||||
services.sing-box = {
|
||||
enable = true;
|
||||
settings = mkSingConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue