diff options
author | lassulus <lassulus@lassul.us> | 2022-12-27 12:20:42 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-12-27 12:20:42 +0100 |
commit | ea9dbc8caf3111f80cc94de51eb6d6dace05e3c4 (patch) | |
tree | 19e53d951310470a845577bccaada149e26134bc /kartei/krebs | |
parent | 5a361e638f6619232b34c7ec03915d2a5a27ada5 (diff) |
types host: remove coresrip-cores
Diffstat (limited to 'kartei/krebs')
-rw-r--r-- | kartei/krebs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kartei/krebs/default.nix b/kartei/krebs/default.nix index e5626d923..7419ba13f 100644 --- a/kartei/krebs/default.nix +++ b/kartei/krebs/default.nix @@ -15,7 +15,6 @@ with import ../../lib; "test-all-krebs-modules" ] (name: { inherit name; - cores = 1; nets = { retiolum = { ip4.addr = "10.243.73.57"; @@ -36,7 +35,6 @@ in { hosts = mapAttrs hostDefaults ({ filebitch = { ci = true; - cores = 4; nets = { shack = { ip4 = { @@ -134,7 +132,6 @@ in { ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHl5cDF9QheXyMlNYIX17ILbgd94K50fZy7w0fDLvZlo "; }; onebutton = { - cores = 1; nets = { retiolum = { ip4.addr = "10.243.0.101"; @@ -163,7 +160,6 @@ in { ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAcZg+iLaPZ0SpLM+nANxIjZC/RIsansjyutK0+gPhIe "; }; ponte = { - cores = 1; owner = config.krebs.users.krebs; extraZones = { "krebsco.de" = /* bindzone */ '' @@ -212,7 +208,6 @@ in { }; puyak = { ci = true; - cores = 4; nets = { retiolum = { ip4.addr = "10.243.77.2"; |