kbd service: drop a comment now when we do restart vconsole setup

This commit is contained in:
Nikolay Amiantov 2016-07-03 03:28:29 +03:00
parent da97ba359e
commit 5622226d5b

View File

@ -52,8 +52,7 @@ in
environment.systemPackages = [ pkgs.kbd ];
# Let systemd-vconsole-setup.service do the work of setting up the
# virtual consoles. FIXME: trigger a restart of
# systemd-vconsole-setup.service if /etc/vconsole.conf changes.
# virtual consoles.
environment.etc = [ {
target = "vconsole.conf";
source = vconsoleConf;