{1 tv * -> 2 tv base} networking.hostName

This commit is contained in:
tv 2015-07-25 01:38:26 +02:00
parent 1eb292f0c9
commit 8d7c80aac6
6 changed files with 2 additions and 7 deletions

View File

@ -84,7 +84,6 @@ in
}
];
networking.hostName = "cd";
networking.interfaces.enp2s1.ip4 = [
{
address = "162.219.7.216";

View File

@ -38,7 +38,6 @@ with lib;
}
];
networking.hostName = "mkdir";
networking.interfaces.enp2s1.ip4 = [
{
address = "162.248.167.241"; # TODO

View File

@ -97,6 +97,4 @@ with lib;
rxvt_unicode.terminfo
tmux
];
networking.hostName = "nomic";
}

View File

@ -39,7 +39,6 @@ with lib;
}
];
networking.hostName = "rmdir";
networking.interfaces.enp2s1.ip4 = [
{
address = "167.88.44.94";

View File

@ -422,8 +422,6 @@ in
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.enable = true;
networking.hostName = "wu";
environment.systemPackages = with pkgs; [
xlibs.fontschumachermisc
slock

View File

@ -12,6 +12,8 @@ in
krebs.enable = true;
krebs.search-domain = "retiolum";
networking.hostName = config.krebs.build.host.name;
imports = [
{
users.extraUsers =