重设网关; 增加gopath
This commit is contained in:
@@ -40,10 +40,6 @@
|
|||||||
htop # process monitor
|
htop # process monitor
|
||||||
pciutils # lspci etc.
|
pciutils # lspci etc.
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
JAVA_HOME = "";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
defaultGateway = {
|
defaultGateway = {
|
||||||
address = "10.7.43.1";
|
address = "10.7.43.30";
|
||||||
interface = "eno1";
|
interface = "eno1";
|
||||||
# interface = "br0";
|
# interface = "br0";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user