From a25c7789ed7795955e702568a50802f3a4bad7c8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 11 Feb 2022 16:23:16 +0100 Subject: [PATCH] vueko/murmur: Remove strict username filter --- machines/vueko/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/vueko/configuration.nix b/machines/vueko/configuration.nix index 38a7e66..a126f2f 100644 --- a/machines/vueko/configuration.nix +++ b/machines/vueko/configuration.nix @@ -108,7 +108,6 @@ logfile = ""; # log to stdout channelname = ''[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+''; - username = "[-_a-zäöüß]+|SuperUser"; }; };