summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngolf Wagner <contact@ingolf-wagner.de>2023-01-27 13:23:53 +0100
committertv <tv@krebsco.de>2023-01-27 19:06:28 +0100
commit726ba0de3422e8137c3b51bfbbff88fafaef2a8b (patch)
treec23f30000c1d3be74097bf0d23c02787a15772b1
parentac4728cd2a3fea04b1822dde50413ebb1fd4f124 (diff)
update palos retiolum entries
-rw-r--r--kartei/palo/default.nix56
1 files changed, 5 insertions, 51 deletions
diff --git a/kartei/palo/default.nix b/kartei/palo/default.nix
index 4caf41f8..9d35c380 100644
--- a/kartei/palo/default.nix
+++ b/kartei/palo/default.nix
@@ -1,5 +1,6 @@
with import ../../lib;
-{ config, ... }: let
+{ config, ... }:
+let
hostDefaults = hostName: host: flip recursiveUpdate host ({
ci = false;
@@ -13,62 +14,15 @@ with import ../../lib;
(krebs.genipv6 "wiregrill" "external" { inherit hostName; }).address;
});
-in {
+in
+{
hosts = mapAttrs hostDefaults {
- pepe = {
- owner = config.krebs.users.palo;
- nets = {
- retiolum = {
- ip4.addr = "10.243.23.1";
- tinc.port = 720;
- aliases = [ "pepe.r" ];
- tinc.pubkey = builtins.readFile ./retiolum.pub;
- };
- };
- };
- schasch = {
- owner = config.krebs.users.palo;
- nets = {
- retiolum = {
- ip4.addr = "10.243.23.2";
- tinc.port = 720;
- aliases = [ "schasch.r" ];
- tinc.pubkey = builtins.readFile ./retiolum.pub;
- };
- };
- syncthing.id = "FLY7DHI-TJLEQBJ-JZNC4YV-NBX53Z2-ZBRWADL-BKSFXYZ-L4FMDVH-MOSEVAQ";
- };
sterni = {
owner = config.krebs.users.palo;
nets = {
retiolum = {
- ip4.addr = "10.243.23.3";
- tinc.port = 720;
- aliases = [
- "sterni.r"
- ];
- tinc.pubkey = builtins.readFile ./retiolum.pub;
- };
- };
- };
- workhorse = {
- owner = config.krebs.users.palo;
- nets = {
- retiolum = {
- ip4.addr = "10.243.23.5";
- tinc.port = 720;
- aliases = [ "workhorse.r" ];
- tinc.pubkey = builtins.readFile ./retiolum.pub;
- };
- };
- };
- workout = {
- owner = config.krebs.users.palo;
- nets = {
- retiolum = {
- ip4.addr = "10.243.23.4";
tinc.port = 720;
- aliases = [ "workout.r" ];
+ aliases = [ "sterni.r" ];
tinc.pubkey = builtins.readFile ./retiolum.pub;
};
};