mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-12 09:24:24 +02:00
feat: install clash verge on all nixos desktop hosts
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
programs.clash-verge = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
serviceMode = true;
|
||||
tunMode = true;
|
||||
};
|
||||
}
|
||||
@@ -1,4 +1,8 @@
|
||||
{ lib, myvars, ... }:
|
||||
{
|
||||
lib,
|
||||
myvars,
|
||||
...
|
||||
}:
|
||||
#############################################################
|
||||
#
|
||||
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G
|
||||
@@ -6,13 +10,10 @@
|
||||
#############################################################
|
||||
let
|
||||
hostName = "shoukei"; # Define your hostname.
|
||||
in
|
||||
{
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../idols-ai/preservation.nix
|
||||
|
||||
./clash-verge.nix
|
||||
];
|
||||
|
||||
services.sunshine.enable = lib.mkForce false;
|
||||
|
||||
Reference in New Issue
Block a user