Loading nixos/modules/services/networking/mihomo.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,11 @@ # cfg.configFile contains secrets such as proxy servers' credential! # we dont want plaintext secrets in world-readable `/nix/store`. { lib , config , pkgs , ... { lib, config, pkgs, ... }: let cfg = config.services.mihomo; Loading Loading
nixos/modules/services/networking/mihomo.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,11 @@ # cfg.configFile contains secrets such as proxy servers' credential! # we dont want plaintext secrets in world-readable `/nix/store`. { lib , config , pkgs , ... { lib, config, pkgs, ... }: let cfg = config.services.mihomo; Loading