summaryrefslogtreecommitdiff
path: root/Com
diff options
context:
space:
mode:
Diffstat (limited to 'Com')
-rw-r--r--Com/Simatime/dev/configuration.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/Com/Simatime/dev/configuration.nix b/Com/Simatime/dev/configuration.nix
index c462535..bb60b59 100644
--- a/Com/Simatime/dev/configuration.nix
+++ b/Com/Simatime/dev/configuration.nix
@@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
-{
+let
+ murmurPort = 64738;
+in {
networking = {
hostName = "lithium";
hosts = {
@@ -13,6 +15,7 @@
500 10000 # no idea
8096 # emby
8112 # deluge
+ murmurPort
];
allowedTCPPortRanges = [
{ from = 3000; to = 3100; } # dev stuff
@@ -121,6 +124,13 @@
printing.enable = true;
+ murmur = {
+ enable = true;
+ registerName = "simatime";
+ password = "simatime";
+ port = murmurPort;
+ };
+
xserver = {
enable = true;
layout = "us";