summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
Commit message (Collapse)AuthorAge
* top-level: move linux kernels, packages and related functions to ↵Dominik Xaver Hörl2021-08-12
| | | | linux-kernels.nix
* nixos: Get rid of systemConfig kernel parameterArian van Putten2021-02-18
| | | | | | | | | | It was introduced in c10fe14 but removed in c4f910f. It remained such that people with older generations in their boot entries could still boot those. Given that the parameter hasn't had any use in quite some years, it seems safe to remove now. Fixes #60184
* nixos/getty: rename from services.mingettyAlyssa Ross2021-01-05
| | | | | | | | | | It's been 8.5 years since NixOS used mingetty, but the option was never renamed (despite the file definining the module being renamed in 9f5051b76c1 ("Rename mingetty module to agetty")). I've chosen to rename it to services.getty here, rather than services.agetty, because getty is implemantation-neutral and also the name of the unit that is generated.
* treewide: replace depecated alias s/mssys/ms-sys/gvolth2018-03-22
|
* treewide: sshfsFuse -> sshfs-fuseBjørn Forsman2016-09-18
|
* nixos-checkout: RemoveEelco Dolstra2016-04-20
| | | | | | This command was useful when NixOS was spread across multiple repositories, but now it's pretty pointless (and obfuscates what happens, i.e. "git clone git://github.com/NixOS/nixpkgs.git").
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* btrfsProgs -> canonical btrfs-progsTobias Geerinckx-Rice2016-01-03
|
* jfsrec: Remove derivationWilliam A. Kennington III2014-11-02
|
* Remove unrar from the installation CD since it's unfreeEelco Dolstra2014-09-05
|
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* 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.
* Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10