1 lass: get identity from krebs

This commit is contained in:
lassulus 2015-07-27 13:54:29 +02:00
parent 54a01c0c74
commit f392909ea3
3 changed files with 8 additions and 22 deletions

View File

@ -7,10 +7,6 @@
../../2configs/lass/base.nix ../../2configs/lass/base.nix
../../2configs/lass/retiolum.nix ../../2configs/lass/retiolum.nix
../../2configs/lass/fastpoke-pages.nix ../../2configs/lass/fastpoke-pages.nix
../../2configs/lass/identity.nix
{
tv.identity.self = config.tv.identity.hosts.cloudkrebs;
}
{ {
networking.interfaces.enp2s1.ip4 = [ networking.interfaces.enp2s1.ip4 = [
{ {
@ -24,14 +20,10 @@
]; ];
} }
{
imports = [ ../../3modules/tv/identity.nix ];
tv.identity = {
enable = true;
};
}
]; ];
krebs.enable = true;
krebs.build.host = config.krebs.hosts.cloudkrebs;
networking.hostName = "cloudkrebs"; networking.hostName = "cloudkrebs";
} }

View File

@ -20,14 +20,11 @@
../../2configs/lass/git-repos.nix ../../2configs/lass/git-repos.nix
../../2configs/tv/synaptics.nix ../../2configs/tv/synaptics.nix
../../2configs/lass/retiolum.nix ../../2configs/lass/retiolum.nix
{
imports = [ ../../3modules/tv/identity.nix ];
tv.identity = {
enable = true;
};
}
]; ];
krebs.enable = true;
krebs.build.host = config.krebs.hosts.mors;
networking.hostName = "mors"; networking.hostName = "mors";
networking.wireless.enable = true; networking.wireless.enable = true;

View File

@ -12,12 +12,6 @@ with builtins;
../../2configs/lass/git-repos.nix ../../2configs/lass/git-repos.nix
../../2configs/lass/chromium-patched.nix ../../2configs/lass/chromium-patched.nix
../../2configs/lass/retiolum.nix ../../2configs/lass/retiolum.nix
{
imports = [ ../../3modules/tv/identity.nix ];
tv.identity = {
enable = true;
};
}
{ {
users.extraUsers = { users.extraUsers = {
root = { root = {
@ -29,7 +23,10 @@ with builtins;
} }
]; ];
krebs.enable = true;
krebs.build.host = config.krebs.hosts.uriel;
networking.hostName = "uriel"; networking.hostName = "uriel";
networking.wireless.enable = true; networking.wireless.enable = true;
nix.maxJobs = 2; nix.maxJobs = 2;