Update NixOS configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.clash-verge = {
|
||||
enable = true;
|
||||
package = pkgs.clash-verge-rev;
|
||||
autoStart = false;
|
||||
tunMode = true;
|
||||
serviceMode = true;
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./clash.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user