From 4ae268739d8cf4493186850b9b22e0c0738fd25c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 18 Dec 2006 15:41:18 +0000 Subject: [PATCH] * Use services.mingetty.ttys. svn path=/nixos/trunk/; revision=7381 --- configuration/upstart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/upstart.nix b/configuration/upstart.nix index 3373ca335c4b..ea1ce4a443fe 100644 --- a/configuration/upstart.nix +++ b/configuration/upstart.nix @@ -91,7 +91,7 @@ import ../upstart-jobs/gather.nix { inherit (pkgs) mingetty pam_login; inherit ttyNumber; })) - [1 2 3 4 5 6] + (config.get ["services" "mingetty" "ttys"]) ) # For the builtin logd job.