summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-27 13:54:29 +0200
committerlassulus <lass@aidsballs.de>2015-07-27 13:54:29 +0200
commit834c1b855a6ac002ba495ae638770ec51f870c2b (patch)
tree09bd75a09daa3fafe16ced21adeaa30b5db4bced /1systems
parentbfc33453e972d643a5f78187812add30550c8f3f (diff)
1 lass: get identity from krebs
Diffstat (limited to '1systems')
-rw-r--r--1systems/lass/cloudkrebs.nix12
-rw-r--r--1systems/lass/mors.nix9
-rw-r--r--1systems/lass/uriel.nix9
3 files changed, 8 insertions, 22 deletions
diff --git a/1systems/lass/cloudkrebs.nix b/1systems/lass/cloudkrebs.nix
index 57b1910..ba32ae5 100644
--- a/1systems/lass/cloudkrebs.nix
+++ b/1systems/lass/cloudkrebs.nix
@@ -7,10 +7,6 @@
../../2configs/lass/base.nix
../../2configs/lass/retiolum.nix
../../2configs/lass/fastpoke-pages.nix
- ../../2configs/lass/identity.nix
- {
- tv.identity.self = config.tv.identity.hosts.cloudkrebs;
- }
{
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";
}
diff --git a/1systems/lass/mors.nix b/1systems/lass/mors.nix
index 3007380..882cb9f 100644
--- a/1systems/lass/mors.nix
+++ b/1systems/lass/mors.nix
@@ -20,14 +20,11 @@
../../2configs/lass/git-repos.nix
../../2configs/tv/synaptics.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.wireless.enable = true;
diff --git a/1systems/lass/uriel.nix b/1systems/lass/uriel.nix
index a6f5a82..d8858b4 100644
--- a/1systems/lass/uriel.nix
+++ b/1systems/lass/uriel.nix
@@ -13,12 +13,6 @@ with builtins;
../../2configs/lass/chromium-patched.nix
../../2configs/lass/retiolum.nix
{
- imports = [ ../../3modules/tv/identity.nix ];
- tv.identity = {
- enable = true;
- };
- }
- {
users.extraUsers = {
root = {
openssh.authorizedKeys.keys = map readFile [
@@ -29,7 +23,10 @@ with builtins;
}
];
+ krebs.enable = true;
+ krebs.build.host = config.krebs.hosts.uriel;
networking.hostName = "uriel";
+
networking.wireless.enable = true;
nix.maxJobs = 2;