about summary refs log tree commit diff
path: root/nixos/modules/tasks/kbd.nix
Commit message (Collapse)AuthorAge
* nixos: keymap: Fix cross-compilation.Shea Levy2018-02-28
|
* kbd service: systemd-vconsole-setup is triggered by udevFranz Pletz2017-09-27
| | | | cc #22470
* Revert "kbd service: use /dev/tty1 for systemd-vconsole-setup"Alexander Ried2017-09-27
| | | | | | | 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.
* kbd service: use /dev/tty1 for systemd-vconsole-setupNikolay Amiantov2017-02-16
| | | | Fixes #22470
* kbd service: use systemd-vconsole-setup even with early setupNikolay Amiantov2017-02-16
| | | | This way we have fonts reloaded on switches.
* kbd service: don't restart systemd-vconsole-setupNikolay Amiantov2017-02-08
| | | | | Fixes #22470. Also remove non-relevant comment (we don't deviate from upstream systemd unit anymore).
* kbd task: fix colors in early initrdNikolay Amiantov2016-07-24
|
* kbd module: fix keymaps search for loadkeysNikolay Amiantov2016-07-18
|
* nixos stage-1: move keymap handling to kbd moduleNikolay Amiantov2016-07-18
|
* Merge branch 'early-kbd' into stagingNikolay Amiantov2016-07-13
|\
| * kbd service: add support for early loading of fonts and keymapsNikolay Amiantov2016-07-08
| |
| * kbd service: add system-wise console resourcesNikolay Amiantov2016-07-08
| |
| * kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov2016-07-08
| |
* | kbd service: add system-wise console resourcesNikolay Amiantov2016-07-08
| |
* | kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov2016-07-03
|/
* kbd module: don't setup vconsoles if we are in a containerNikolay Amiantov2016-02-10
|
* i18n: Fix vconsole colorscheme generationrnhmjoj2016-01-17
| | | | | Close #12442. abbradar: remove trailing spaces.
* nixos/kbd: make systemd-vconsole-setup work with KMSNikolay Amiantov2015-12-03
|
* i18n: add color scheme option (close #9626)rnhmjoj2015-11-09
|
* Some more type cleanupEelco Dolstra2015-06-15
|
* nixos: add a few missing type specifiers under boot.*Joachim Fasting2015-02-28
|
* Allow upstream systemd units to be extendedEelco Dolstra2014-04-17
| | | | | | | | | | | | 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.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | 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.
* Fix broken Conflicts optionsEelco Dolstra2013-11-18
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10