summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/aliases.nix b/data/aliases.nix
index 8427547..4ed0f1c 100644
--- a/data/aliases.nix
+++ b/data/aliases.nix
@@ -1,6 +1,7 @@
rec {
ip = {
shape = "10.0.20.15";
+ raigh = "raigh.orbekk.com";
};
services = {
hydra = { address = ip.shape; port = 11101; };
@@ -9,5 +10,6 @@ rec {
git = { address = ip.shape; port = 11103; };
fcgi = { address = ip.shape; port = 11104; };
systemhttpd = { address = ip.shape; port = 11105; };
+ linoquotes = { address = ip.raigh; port = 11106; };
};
}