From 4a3c7a66620ffcb5fe726bc312f4734afdd38ba7 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 11 Apr 2021 21:47:43 -0400 Subject: [PATCH] fix typo --- machines/neet.dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/neet.dev/configuration.nix b/machines/neet.dev/configuration.nix index 8bb66b7..536970d 100644 --- a/machines/neet.dev/configuration.nix +++ b/machines/neet.dev/configuration.nix @@ -48,7 +48,7 @@ }; }; - config.services.murmur = { + services.murmur = { enable = true; port = 23563; domain = "voice.neet.space";