Commit ac52485
Changed files (1)
modules
nixos
base
mihomo
modules/nixos/base/mihomo/default.nix
@@ -1,10 +1,11 @@
{
+ lib,
config,
pkgs,
...
}: {
services.mihomo = {
- enable = true;
+ enable = lib.mkDefault true;
tunMode = true;
webui = pkgs.metacubexd;
configFile = config.sops.templates."mihomo-config.yaml".path;