summary refs log tree commit diff
path: root/nixos/modules/installer/tools
Commit message (Collapse)AuthorAge
* Merge pull request #28777 from copumpkin/installer-chrootDaniel Peebles2017-09-26
|\ | | | | nixos-install: re-enable --chroot option
| * nixos-install: re-enable --chroot optionDan Peebles2017-09-26
| | | | | | I forgot to implement it the first time around. Whoops!
* | nixos-generate-config: add programs options examplesFranz Pletz2017-09-23
| |
* | Merge pull request #27342 from lheckemann/installer-changesJörg Thalheim2017-09-15
|\ \ | | | | | | Installer changes
| * | nixos-install: use FIFO for system closureLinus Heckemann2017-07-13
| | | | | | | | | | | | | | | This avoids running out of space in space-constrained environments, e.g. VMs with relatively small amounts of memory and tmp on tmpfs
| * | nixos-install: only search for nixpkgs when neededLinus Heckemann2017-07-13
| | |
* | | nix: 1.11.14 -> 1.11.15Eelco Dolstra2017-09-15
| | |
* | | Merge pull request #28775 from grahamc/describe-stateVersionGraham Christensen2017-08-31
|\ \ \ | | | | | | | | Document the stateVersion more
| * | | configuration.nix: Document the stateVersion moreGraham Christensen2017-08-30
| | |/ | |/|
* / | nix: 1.11.13 -> 1.11.14Eelco Dolstra2017-08-31
|/ /
* | installer: add a comment hinting about enabling libinput for touchpadsGraham Christensen2017-08-30
| |
* | auto-upgrade: add proxy supportPascal Bach2017-08-30
| | | | | | | | Add the proxy variables so that auto upgrade works behind a proxy.
* | nix: 1.11.12 -> 1.11.13Eelco Dolstra2017-07-18
| |
* | nix: 1.11.11 -> 1.11.12Eelco Dolstra2017-07-13
|/
* nixos-install: quote nixos-prepare-root argumentsLinus Heckemann2017-07-12
| | | | This prevents the script from breaking when channel_root is empty.
* nixos-rebuild: Respect empty NIX_REMOTEEelco Dolstra2017-07-07
| | | | | | | Fixes #11384. Note: in Nix 1.12, you can set NIX_REMOTE to "local" to avoid ambiguity.
* nix: 1.11.10 -> 1.11.11Eelco Dolstra2017-06-19
| | | | (cherry picked from commit 7b1e936b24ca60810cdb6d46b68300cd179836f1)
* nix: 1.11.9 -> 1.11.10Eelco Dolstra2017-06-12
|
* nixos-prepare-root: force symlink at /runJörg Thalheim2017-05-01
| | | | Otherwise a reinstall will fail.
* nix: 1.11.8 -> 1.11.9Eelco Dolstra2017-04-25
|
* make-disk-image: change to be less VM-centricDan Peebles2017-04-24
| | | | | | | | | | This changes much of the make-disk-image.nix logic (and thus most NixOS image building) to use LKL to set up the target directory structure rather than a Linux VM. The only work we still do in a VM is less IO-heavy stuff that while still time-consuming, is less of the overall load. The goal is to kill more of that stuff, but that will require deeper changes to NixOS activation scripts and switch-to-configuration.pl, and I don't want to bite off too much at once.
* Refactor nixos-install to separate out filesystem build logicDan Peebles2017-04-16
| | | | | | | | | | | The key distinction I'm drawing is that there's a component that deals with the store of the machine being built, and another component for the store building it. The inner part of it assumes nothing from the builder (doesn't need chroot or root powers) so it can run comfortably inside a Nix build, as well as nixos-rebuild. I have some upcoming work that will use that to significantly speed up and streamline image builds for NixOS, especially on virtualized hosts like EC2, but it's also a reasonable speedup on native hosts.
* nix: 1.11.7 -> 1.11.8Eelco Dolstra2017-03-21
|
* nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
| | | | cc #23396
* Remove nixFallbackEelco Dolstra2017-03-06
| | | | | This causes unintended schema upgrades, and is no longer needed now that we have nixos/modules/installer/tools/nix-fallback-paths.nix.
* nixos-generate-config: rename plasma5 desktopThomas Tuegel2017-03-03
|
* nix: 1.11.6 -> 1.11.7Eelco Dolstra2017-02-24
|
* Merge pull request #22758 from dezgeg/pr-nixos-rebuildEelco Dolstra2017-02-14
|\ | | | | nixos-rebuild: Don't rebuild nixos-rebuild when --fast is used
| * nixos-rebuild: Don't build nixos-rebuild with --fastTuomas Tynkkynen2017-02-13
| |
| * nixos-rebuild: Support passing e.g. '-j8'Tuomas Tynkkynen2017-02-13
| | | | | | | | Where there is no space between '-j' and the number.
* | /run/wrapper is not a filesystem, no need to skip itParnell Springmeyer2017-02-14
| |
* | Merging against upstream masterParnell Springmeyer2017-02-13
|\|
| * nixos: update default cases from KDM/KDE4 to SDDM/KDE5Graham Christensen2017-02-09
| |
| * nixos-generate-config.pl, all-hardware.nix: Add support for Hyper-Vtaku02017-02-05
| |
| * default nixos config: add firewall options.Guillaume Maudoux2017-02-03
| | | | | | | | By showing how to open ports in the firewall and how to disable it, we make users aware that there is a firewall enabled by default.
* | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| |
* | Addressing PR feedbackParnell Springmeyer2017-01-28
| |
* | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\|
| * nix: 1.11.5 -> 1.11.6Eelco Dolstra2017-01-13
| |
* | More fixes and improvementsParnell Springmeyer2017-01-26
| |
* | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\|
| * nix: 1.11.4 -> 1.11.5Eelco Dolstra2017-01-03
| |
| * nixos-generate-config: detect CPU governorgnidorah2017-01-02
| | | | | | | | | | | | | | | | | | | | * cpu-freq: Try powersave if ondemand is not available * Revert "cpu-freq: Try powersave if ondemand is not available" This reverts commit 4dc56db37e32dcfecd667ebbf88263e47b296097. Consult available scaling governors; for freshly generated configs, this provides a better experience than relying on a default that might not work everywhere.
| * nixos-rebuild: Fix SSHOPTS typoMaximilian Güntner2016-12-18
| | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
| * module system: extensible option typesEric Sagnes2016-11-06
| |
| * nixos autoUpgrade: fix use of startAtJoachim Fasting2016-10-23
| | | | | | | | | | | | | | | | `startAt = ""` as in `startAt = optionalString false ...` results in an invalid timer unit (due to "" being promoted to a singleton list and not filtered out). Ref: c9941c4b5ef7acc1cb8d734acb383410d99c01ba
| * nixos-install: Bug fix for root password not being askedTuomas Tynkkynen2016-09-29
| | | | | | | | | | | | Since some changes to the setuid wrappers, there is a symlink involved and it doesn't resolve correctly inside the chroot. Do the check inside the chroot to make it work again.
| * grub: add boot.loader.grub.efiInstallAsRemovableobadz2016-09-16
| | | | | | | | Closes #16374
| * nix: 1.11.3 -> 1.11.4Eelco Dolstra2016-09-06
| |
| * nixos-rebuild: Move the Nix fallback store paths into a separate fileEelco Dolstra2016-09-06
| |