summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2023-09-12 15:33:58 +0200
committerstuebinm2023-09-12 15:33:58 +0200
commit8d4e71c35b5df0dd94aec4523192e27fc08bb18c (patch)
tree86dea413cd1422b98099fd1dee0cf59d4cf9ebc3 /common
parentac94089a574c627c85448e3c519ce079b7fb50b5 (diff)
fun with a failed domain renewal
Diffstat (limited to 'common')
-rw-r--r--common/common.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/common.nix b/common/common.nix
index 12c9107..0f8bc1f 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -35,4 +35,11 @@
services.xserver.layout = "de";
services.xserver.xkbOptions = "caps:escape";
+ # to be uncommented in case the domain is messed up again
+ # networking.extraHosts = ''
+ # 135.181.111.190 stuebinm.eu flora.stuebinm.eu mail.stuebinm.eu chat.stuebinm.eu picarones.stuebinm.eu pleroma.stuebinm.eu registry.stuebinm.eu
+ # 2a01:4f9:c010:df15::1 stuebinm.eu flora.stuebinm.eu mail.stuebinm.eu chat.stuebinm.eu picarones.stuebinm.eu pleroma.stuebinm.eu registry.stuebinm.eu
+ # 95.217.159.23 chaski.stuebinm.eu cards.stuebinm.eu tracktrain.stuebinm.eu
+ # 2a01:4f9:c010:69ed::1 chaski.stuebinm.eu cards.stuebinm.eu tracktrain.stuebinm.eu
+ # '';
}