summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/kbd.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-03 03:28:29 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-08 20:44:01 +0300
commit5622226d5b3043d5a6239b4c4f28e64fdbbaaba2 (patch)
tree249dd0fd9f1951f97fe08d713b3b4ea69e8b0f61 /nixos/modules/tasks/kbd.nix
parentda97ba359e5aac17c2a3eab5fd787b169d72dd05 (diff)
kbd service: drop a comment now when we do restart vconsole setup
Diffstat (limited to 'nixos/modules/tasks/kbd.nix')
-rw-r--r--nixos/modules/tasks/kbd.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/tasks/kbd.nix b/nixos/modules/tasks/kbd.nix
index 02721bb3bea2..c1087ce4783e 100644
--- a/nixos/modules/tasks/kbd.nix
+++ b/nixos/modules/tasks/kbd.nix
@@ -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;