3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
rnhmjoj c9276c1b52
nixos: unify virtual console options
This commit moves all the virtual console related options
to a dedicated config/console.nix NixOS module.

Currently most of these are defined in config/i18n.nix
with a "console" prefix like `i18n.consoleFont`,
`i18n.consoleColors` or under `boot` and are implemented
in tasks/kbd.nix.
Since they have little to do with actual internationalisation
and are (informally) in an attrset already, it makes sense to
move them to a specific module.
2019-12-20 00:27:34 +01:00
..
doc Merge pull request #75787 from chkno/see-also-man-configuration-dot-nix 2019-12-19 01:38:55 +01:00
lib nixos/displayManager: deprecate separate options for default wm/dm 2019-12-15 04:16:20 +01:00
maintainers
modules nixos: unify virtual console options 2019-12-20 00:27:34 +01:00
tests Merge master into staging-next 2019-12-19 09:19:50 +01:00
COPYING
default.nix
README
release-combined.nix nixos/nfs: test nfs with kerberos authentication 2019-12-12 15:42:44 +00:00
release-small.nix nixos/containers-ip: Test both ipv4 and ipv6 in the same script 2019-11-27 09:13:02 +01:00
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.