summaryrefslogtreecommitdiff
path: root/data/aliases.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-19 08:12:32 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-19 08:12:32 -0400
commit329ed50b325623dfa37b6cccf7b0db803925d3c1 (patch)
tree37408e9314d17fbfcda2ed4b0a819de9e6482f2b /data/aliases.nix
parent21597be5ddc220a13a352dffb6ff38b9413ad3f7 (diff)
add: Linoquotes module
Diffstat (limited to 'data/aliases.nix')
-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; };
};
}