From 4431dc0584534e8f48bab278cb39e73c8a514cdb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 25 Jul 2016 13:17:54 +0200 Subject: run uuxqt for every request immediatly --- custom/uucp.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/uucp.nix b/custom/uucp.nix index cef3bd9c..d7c2aae2 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -136,7 +136,9 @@ in { extraConfig = mkOption { type = types.string; - default = ""; + default = '' + run-uuxqt 1 + ''; description = "Extra configuration to append verbatim to `/etc/uucp/config'"; }; -- cgit v1.2.3