重设网关; 增加gopath

This commit is contained in:
2025-04-30 10:18:19 +08:00
parent 87c1617885
commit 5d43285e9e
3 changed files with 7 additions and 7 deletions

View File

@@ -40,10 +40,6 @@
htop # process monitor htop # process monitor
pciutils # lspci etc. pciutils # lspci etc.
]; ];
sessionVariables = {
JAVA_HOME = "";
};
}; };

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
]; ];
home = { home = {
packages = with pkgs.unstable; [ packages = with pkgs.unstable; [
dbeaver-bin dbeaver-bin
@@ -14,5 +14,9 @@
steam-run steam-run
jetbrains.idea-community jetbrains.idea-community
]; ];
sessionVariables = {
GOPATH = "${config.home.homeDirectory}/data/go";
};
}; };
} }

View File

@@ -49,7 +49,7 @@
}; };
defaultGateway = { defaultGateway = {
address = "10.7.43.1"; address = "10.7.43.30";
interface = "eno1"; interface = "eno1";
# interface = "br0"; # interface = "br0";
}; };