summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/kbd.nix
AgeCommit message (Collapse)Author
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol
2018-02-28nixos: keymap: Fix cross-compilation.Shea Levy
2017-09-27kbd service: systemd-vconsole-setup is triggered by udevFranz Pletz
cc #22470
2017-09-27Revert "kbd service: use /dev/tty1 for systemd-vconsole-setup"Alexander Ried
This reverts commit 0c81594a29d99d9ee9c9c88c680340d56823cfb2. It's no longer needed since systemd-vconsole-setup enumerates all ttys until it finds a suitable one since systemd v234.
2017-02-16kbd service: use /dev/tty1 for systemd-vconsole-setupNikolay Amiantov
Fixes #22470
2017-02-16kbd service: use systemd-vconsole-setup even with early setupNikolay Amiantov
This way we have fonts reloaded on switches.
2017-02-08kbd service: don't restart systemd-vconsole-setupNikolay Amiantov
Fixes #22470. Also remove non-relevant comment (we don't deviate from upstream systemd unit anymore).
2016-07-24kbd task: fix colors in early initrdNikolay Amiantov
2016-07-18kbd module: fix keymaps search for loadkeysNikolay Amiantov
2016-07-18nixos stage-1: move keymap handling to kbd moduleNikolay Amiantov
2016-07-13Merge branch 'early-kbd' into stagingNikolay Amiantov
2016-07-08kbd service: add support for early loading of fonts and keymapsNikolay Amiantov
2016-07-08kbd service: add system-wise console resourcesNikolay Amiantov
2016-07-08kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov
2016-07-08kbd service: add system-wise console resourcesNikolay Amiantov
2016-07-03kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov
2016-02-10kbd module: don't setup vconsoles if we are in a containerNikolay Amiantov
2016-01-17i18n: Fix vconsole colorscheme generationrnhmjoj
Close #12442. abbradar: remove trailing spaces.
2015-12-03nixos/kbd: make systemd-vconsole-setup work with KMSNikolay Amiantov
2015-11-09i18n: add color scheme option (close #9626)rnhmjoj
2015-06-15Some more type cleanupEelco Dolstra
2015-02-28nixos: add a few missing type specifiers under boot.*Joachim Fasting
2014-04-17Allow upstream systemd units to be extendedEelco Dolstra
If you define a unit, and either systemd or a package in systemd.packages already provides that unit, then we now generate a file /etc/systemd/system/<unit>.d/overrides.conf. This makes it possible to use upstream units, while allowing them to be customised from the NixOS configuration. For instance, the module nix-daemon.nix now uses the units provided by the Nix package. And all unit definitions that duplicated upstream systemd units are finally gone. This makes the baseUnit option unnecessary, so I've removed it.
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2013-11-18Fix broken Conflicts optionsEelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra