feat: install clash verge on all nixos desktop hosts

This commit is contained in:
Ryan Yin
2025-08-11 00:18:29 +08:00
parent e54af73cb2
commit 01448b6e0e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
{ lib, myvars, ... }: {
lib,
myvars,
...
}:
############################################################# #############################################################
# #
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G # Shoukei - NixOS running on Macbook Pro 2022 M2 16G
@@ -6,13 +10,10 @@
############################################################# #############################################################
let let
hostName = "shoukei"; # Define your hostname. hostName = "shoukei"; # Define your hostname.
in in {
{
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../idols-ai/preservation.nix ../idols-ai/preservation.nix
./clash-verge.nix
]; ];
services.sunshine.enable = lib.mkForce false; services.sunshine.enable = lib.mkForce false;