summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-03 03:28:29 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-03 03:28:29 +0300
commit489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb (patch)
tree19c59e1ea964741cec23e60fd259c2c7e833eb86 /nixos
parent853018124668d83bc17815da52d0e68b1a163eb7 (diff)
downloadnixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar.gz
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar.bz2
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar.lz
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar.xz
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.tar.zst
nixlib-489bbf0609f3a7fda0bf0ba89b7d7a1dc902e2eb.zip
kbd service: drop a comment now when we do restart vconsole setup
Diffstat (limited to 'nixos')
-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;