summaryrefslogtreecommitdiffstats
path: root/kartei/makefu/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:47:58 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:47:58 +0200
commit6d2b87560cff2da3680e326359f30a388f078cf2 (patch)
treed4f0e2feae62a17cdd513c372231d5e8e85435fb /kartei/makefu/default.nix
parentc21731576a699eb555561d700892f1290188f25c (diff)
kartei ma: add snake,omow
Diffstat (limited to 'kartei/makefu/default.nix')
-rw-r--r--kartei/makefu/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/kartei/makefu/default.nix b/kartei/makefu/default.nix
index 5e236d574..f98521e25 100644
--- a/kartei/makefu/default.nix
+++ b/kartei/makefu/default.nix
@@ -104,7 +104,8 @@ in {
nets = {
retiolum.ip4.addr = "10.243.0.91";
wiregrill = {
- # defaults
+ ip4.addr = "10.243.245.6";
+ aliases = [ "x.w" ];
};
};
@@ -120,6 +121,12 @@ in {
ci = true;
syncthing.id = "Y5OTK3S-JOJLAUU-KTBXKUW-M7S5UEQ-MMQPUK2-7CXO5V6-NOUDLKP-PRGAFAK";
nets = {
+ wiregrill = {
+ aliases = ["omo.w" "hass.omo.w" "jelly.omo.w" "jelly.makefu.w" ];
+ ip6.addr = (krebs.genipv6 "wiregrill" "makefu" { hostName = "omo"; }).address;
+ ip4.addr = "10.244.245.5";
+
+ };
retiolum = {
ip4.addr = "10.243.0.89";
aliases = [
@@ -239,6 +246,7 @@ in {
play.work.euer IN A ${nets.internet.ip4.addr}
ul.work.euer IN A ${nets.internet.ip4.addr}
music.euer IN A ${nets.internet.ip4.addr}
+ ntfy.euer IN A ${nets.internet.ip4.addr}
'';
};
nets = rec {