{1 tv * -> 2 tv base} networking.hostName
This commit is contained in:
parent
1eb292f0c9
commit
8d7c80aac6
|
@ -84,7 +84,6 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
networking.hostName = "cd";
|
||||
networking.interfaces.enp2s1.ip4 = [
|
||||
{
|
||||
address = "162.219.7.216";
|
||||
|
|
|
@ -38,7 +38,6 @@ with lib;
|
|||
}
|
||||
];
|
||||
|
||||
networking.hostName = "mkdir";
|
||||
networking.interfaces.enp2s1.ip4 = [
|
||||
{
|
||||
address = "162.248.167.241"; # TODO
|
||||
|
|
|
@ -97,6 +97,4 @@ with lib;
|
|||
rxvt_unicode.terminfo
|
||||
tmux
|
||||
];
|
||||
|
||||
networking.hostName = "nomic";
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ with lib;
|
|||
}
|
||||
];
|
||||
|
||||
networking.hostName = "rmdir";
|
||||
networking.interfaces.enp2s1.ip4 = [
|
||||
{
|
||||
address = "167.88.44.94";
|
||||
|
|
|
@ -422,8 +422,6 @@ in
|
|||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
networking.hostName = "wu";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xlibs.fontschumachermisc
|
||||
slock
|
||||
|
|
|
@ -12,6 +12,8 @@ in
|
|||
krebs.enable = true;
|
||||
krebs.search-domain = "retiolum";
|
||||
|
||||
networking.hostName = config.krebs.build.host.name;
|
||||
|
||||
imports = [
|
||||
{
|
||||
users.extraUsers =
|
||||
|
|
Loading…
Reference in a new issue