重设网关; 增加gopath
This commit is contained in:
@@ -40,10 +40,6 @@
|
||||
htop # process monitor
|
||||
pciutils # lspci etc.
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
JAVA_HOME = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
|
||||
home = {
|
||||
packages = with pkgs.unstable; [
|
||||
dbeaver-bin
|
||||
@@ -14,5 +14,9 @@
|
||||
steam-run
|
||||
jetbrains.idea-community
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
GOPATH = "${config.home.homeDirectory}/data/go";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
};
|
||||
|
||||
defaultGateway = {
|
||||
address = "10.7.43.1";
|
||||
address = "10.7.43.30";
|
||||
interface = "eno1";
|
||||
# interface = "br0";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user