mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
feat: shoukei - add clash verge rev
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.clash-verge = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
serviceMode = true;
|
||||
tunMode = true;
|
||||
};
|
||||
}
|
||||
@@ -11,6 +11,8 @@ in
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../idols-ai/preservation.nix
|
||||
|
||||
./clash-verge.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
||||
Reference in New Issue
Block a user