summaryrefslogtreecommitdiffstats
path: root/modules/lass/retiolum-uriel.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-04-10 21:20:11 +0200
committertv <tv@shackspace.de>2015-05-19 23:17:19 +0200
commit89c83e855c2dd038bfa38336206e5f6bcd9233f8 (patch)
tree013ff8ee274a1a721e4ba07e048544a79cde977a /modules/lass/retiolum-uriel.nix
parent8e189037ce2a778bc11339a18117122ab8b62e2f (diff)
add uriel.nix + dependencies
Diffstat (limited to 'modules/lass/retiolum-uriel.nix')
-rw-r--r--modules/lass/retiolum-uriel.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/lass/retiolum-uriel.nix b/modules/lass/retiolum-uriel.nix
new file mode 100644
index 000000000..11dc61c11
--- /dev/null
+++ b/modules/lass/retiolum-uriel.nix
@@ -0,0 +1,21 @@
+{ config, pkgs, ... }:
+
+{
+ imports = [
+ ../tv/retiolum.nix
+ ];
+
+ services.retiolum = {
+ enable = true;
+ hosts = ../../hosts;
+ privateKeyFile = "/etc/nixos/secrets/uriel.retiolum.rsa_key.priv";
+ connectTo = [
+ "fastpoke"
+ "gum"
+ "ire"
+ ];
+ };
+
+ networking.firewall.allowedTCPPorts = [ 655 ];
+ networking.firewall.allowedUDPPorts = [ 655 ];
+}
[cgit] Unable to lock slot /tmp/cgit/fa000000.lock: No such file or directory (2)