Compare commits
No commits in common. "f3d20ea3cb3a7767c2ade6d842bb3287be59d94f" and "9bac097220dc9030d6deb4372c2a391b949d6a5b" have entirely different histories.
f3d20ea3cb
...
9bac097220
2 changed files with 4 additions and 1 deletions
|
@ -57,4 +57,7 @@
|
||||||
|
|
||||||
# fucking hell
|
# fucking hell
|
||||||
programs.anime-game-launcher.enable = true;
|
programs.anime-game-launcher.enable = true;
|
||||||
|
|
||||||
|
# novideo
|
||||||
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
services.mihomo = {
|
services.mihomo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configFile = config.sops.templates."clash.yaml".path;
|
configFile = config.sops.templates."clash.yaml".path;
|
||||||
webui = pkgs.metacubexd;
|
webui = config.nur.repos.guanran928.metacubexd;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.mihomo.serviceConfig.ExecStartPre = [
|
systemd.services.mihomo.serviceConfig.ExecStartPre = [
|
||||||
|
|
Loading…
Reference in a new issue