This commit is contained in:
2025-08-07 14:22:32 +03:00
parent c1de1b7089
commit e4e7d8637d
3 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
pkgs,
inputs,
...
}:
{
-3
View File
@@ -1,8 +1,5 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
pkgs,
...
}:
{
+2 -3
View File
@@ -1,7 +1,6 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
inputs,
pkgs,
...
}:
@@ -17,5 +16,5 @@
#trustedInterfaces = [ "tailscale0" ];
};
environment.systemPackages = with pkgs; [ xray ];
environment.systemPackages = [ pkgs.xray ];
}