Compare commits

...

2 commits

Author SHA1 Message Date
f3d20ea3cb
nixos: use nvidia 550
nvidia 555 makes cs2 coredump
2024-06-12 05:54:56 +08:00
6dc292e5d1
nixos/mihomo: use metacubexd from nixpkgs 2024-06-12 05:33:24 +08:00
2 changed files with 1 additions and 4 deletions

View file

@ -57,7 +57,4 @@
# 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;
} }

View file

@ -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 = config.nur.repos.guanran928.metacubexd; webui = pkgs.metacubexd;
}; };
systemd.services.mihomo.serviceConfig.ExecStartPre = [ systemd.services.mihomo.serviceConfig.ExecStartPre = [