summary refs log tree commit diff
path: root/nixos/modules/virtualisation/brightbox-image.nix
Commit message (Collapse)AuthorAge
* openssh: support prohibit-password for permitRootLoginAnmol Sethi2016-10-01
| | | | | | See https://github.com/openssh/openssh-portable/commit/1dc8d93ce69d6565747eb44446ed117187621b26 I also made it the default.
* treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
| | | | | Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
* bightbox-image.nix: use lib in stead of stdenv.lib. Fixes #18208Rob Vermaas2016-09-02
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra2016-05-25
| | | | There is a generic boot.loader.timeout option.
* treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen2016-04-25
|
* nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski2016-01-08
| | | | | | | | | | | | | | Setting nixosVersion to something custom is useful for meaningful GRUB menus and /nix/store paths, but actuallly changing it rebulids the whole system path (because of `nixos-version` script and manual pages). Also, changing it is not a particularly good idea because you can then be differentitated from other NixOS users by a lot of programs that read /etc/os-release. This patch introduces an alternative option that does all you want from nixosVersion, but rebuilds only the very top system level and /etc while using your label in the names of system /nix/store paths, GRUB and other boot loaders' menus, getty greetings and so on.
* nixos: rename some outputs for better discoverability in /nix/storeJan Malakhovski2015-09-18
|
* Add initial Brightbox expression.Rob Vermaas2015-08-08
(cherry picked from commit 55d97862890350a3cc069d547114c1a880f2e583)