summary refs log tree commit diff
path: root/nixos/modules/installer
Commit message (Collapse)AuthorAge
* Remove gui (see #6207), use nixui insteadDomen Kožar2015-02-08
|
* nixos/iso: Increase efi image size to 15MWilliam A. Kennington III2015-02-07
|
* nixos-rebuild: Update fallback code to update NixEelco Dolstra2015-01-27
|
* nixos-install: Create /root with 700 permissionEelco Dolstra2015-01-15
|
* Merge pull request #5390 from abbradar/nixos-isntallDomen Kožar2014-12-23
|\ | | | | nixos-install: fix -I flag
| * nixos-install: fix -I flagNikolay Amiantov2014-12-18
| |
* | Merge pull request #5416 from nbp/nixos-option-includeNicolas B. Pierron2014-12-21
|\ \ | | | | | | nixos-option: Support -I option
| * | nixos-option: Support -I option.Nicolas B. Pierron2014-12-20
| | |
* | | nixos-option: Use <nixpkgs/nixos> instead of <nixpkgs>.Nicolas B. Pierron2014-12-21
|/ /
* | nixos-option: Produce nicer error messages in case of typos.Nicolas B. Pierron2014-12-20
| |
* | nixos-option: Handle 'attrsOf submodule' options.Nicolas B. Pierron2014-12-20
| |
* | nixos-option: Improve error messages to avoid reporting internal location ↵Nicolas B. Pierron2014-12-19
| | | | | | | | and traces.
* | nixos-option: Print derivation outPath within attribute sets and list, when ↵Nicolas B. Pierron2014-12-19
| | | | | | | | the strict mode is used.
* | nixos-option: Print the outPath of derivation for option values.Nicolas B. Pierron2014-12-19
|/
* fix users.mutableUsers = false; install in isoDomen Kožar2014-12-18
| | | | | (cherry picked from commit 9bc8bcbbdcc7cac98686877f09315bb749627732) Signed-off-by: Domen Kožar <domen@dev.si>
* nixos-generate-config: Don't emit networking.hostIdEelco Dolstra2014-12-15
| | | | | Systemd already generates /etc/machine-id. So there is no need to generate another unique host identifer.
* nixos-generate-config: Add time zoneEelco Dolstra2014-12-15
|
* http://nixos.org -> https://nixos.orgDomen Kožar2014-12-14
| | | | | (cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
* nixos-install: Pass CA cert bundle to chroot.aszlig2014-12-12
| | | | | | | | | | | | | | Since we're using HTTPS for the binary cache (introduced in faf0797) by default, the binary cache should also be available during installation. The file that is defined in SSL_CERT_FILE outside of the chroot is copied over to /tmp/ca-cert.crt inside the chroot, so we have an absolute path we can reference during nixos-install. However, this might end up with the file not being cleaned up properly from outside of the store, but neither would be /tmp/root so the cleanup issue needs to be solved in another place (or commit to be more exact). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Use https://cache.nixos.orgEelco Dolstra2014-12-09
|
* nixos: Rename virtualbox to virtualboxGuest.aszlig2014-11-27
| | | | | | | | | Especially new users could be confused by this, so we're now marking services.virtualbox.enable as obsolete and defaulting to services.virtualboxGuest.enable instead. I believe this now makes it clear, that this option is for guest additions only. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #4639 from lethalman/installer-nmDomen Kožar2014-11-21
|\ | | | | kde installer: enable networkmanager. Closes #3433
| * kde installer: enable networkmanager. Closes #3433Luca Bruno2014-11-02
| |
* | nixos-generate-config: add 'lib' to module templateBjørn Forsman2014-11-17
| | | | | | | | | | | | | | The NixOS manual says modules have the following signature: { config, lib, pkgs, ... }: But our generated configuration.nix file lacks the 'lib' part. Add it.
* | Allow starting a shell on stage 1 failurewmertens2014-11-15
| | | | | | When people copy the ISO to USB it can happen that the root device isn't known. Having a shell greatly improves that situation.
* | Re-enable ZFS in installer imagewmertens2014-11-13
| | | | | | Hopefully #4807 fixes http://hydra.nixos.org/build/16883184
* | nixos-generate-config: Configure networking.hostId by defaultRicardo M. Correia2014-11-12
| | | | | | | | | | | | | | | | | | | | | | The host id value gets generated by reading a 32-bit value from /dev/urandom. This makes programs that rely on a correct host id more reliable. It also makes using ZFS more seamless, as you don't need to configure the hostId manually; instead, it becomes part of your config from the moment you install NixOS.
* | nixos: Add system-wide option to set the hostidRicardo M. Correia2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old boot.spl.hostid option was not working correctly due to an upstream bug. Instead, now we will create the /etc/hostid file so that all applications (including the ZFS kernel modules, ZFS user-space applications and other unrelated programs) pick-up the same system-wide host id. Note that glibc (and by extension, the `hostid` program) also respect the host id configured in /etc/hostid, if it exists. The hostid option is now mandatory when using ZFS because otherwise, ZFS will require you to force-import your ZFS pools if you want to use them, which is undesirable because it disables some of the checks that ZFS does to make sure it is safe to import a ZFS pool. The /etc/hostid file must also exist when booting the initrd, before the SPL kernel module is loaded, so that ZFS picks up the hostid correctly. The complexity in creating the /etc/hostid file is due to having to write the host ID as a 32-bit binary value, taking into account the endianness of the machine, while using only shell commands and/or simple utilities (to avoid exploding the size of the initrd).
* | Disable zfs in the ISO for nowEelco Dolstra2014-11-12
| | | | | | | | | | | | It's giving zpool-import.service errors. http://hydra.nixos.org/build/16883184
* | Revert "nixos: iso-image: use syslinux bootloader for USB booting support"Luca Bruno2014-11-08
| | | | | | | | This reverts commit 455db168b30d53c903c96be80ef843b79e0744ae.
* | Revert "nixos: installation: make installation ISOs USB bootable"Luca Bruno2014-11-08
| | | | | | | | This reverts commit b7f6a138b13ca667464b31274a33124d252ebc8b.
* | Merge pull request #4238 from wkennington/master.boostPeter Simons2014-11-03
|\ \ | | | | | | Make boost 156 the default
| * | jfsrec: Remove derivationWilliam A. Kennington III2014-11-02
| | |
* | | Obsolete security.initialPasswordEelco Dolstra2014-11-03
|/ / | | | | | | You can now set users.extraUsers.root.initialHashedPassword instead.
* | nixos: installation: make installation ISOs USB bootableBob van der Linden2014-11-02
| |
* | nixos: iso-image: use syslinux bootloader for USB booting supportBob van der Linden2014-11-02
|/ | | | | | | This changes the bootloader for iso generation from Grub to syslinux. In addition this adds USB booting support, so that "dd" can be used to burn the generated ISO to USB thumbdrives instead of needing applications like UnetBootin.
* Merge pull request #4213 from wkennington/master.zfsisoWilliam A. Kennington III2014-10-25
|\ | | | | [Dont Merge] nixos-iso: Add zfs / btrfs to supportedFilesystems
| * nixos-iso: Add zfs / btrfs to supportedFilesystemsWilliam A. Kennington III2014-10-14
| |
* | kde installer: Add gparted, nixos manual and konsole in the desktopLuca Bruno2014-10-23
| |
* | remove unused parameter from nixos module that is causing trouble with ↵Aristid Breitkreuz2014-10-19
|/ | | | nixops 1.2
* nixos-rebuild: Don't pass -K by defaultEelco Dolstra2014-09-10
|
* TypoEelco Dolstra2014-09-08
|
* Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * Merge recent master into stagingVladimír Čunát2014-09-06
| |\ | | | | | | | | | Hydra: ?compare=1150594
| * \ Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * \ \ Merge recent master into stagingVladimír Čunát2014-08-30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * \ \ \ Merge recent master into stagingVladimír Čunát2014-08-21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1148749 Conflicts (easy): nixos/modules/virtualisation/containers.nix
| * | | | | Add user attribute isNormalUserEelco Dolstra2014-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is shorthand for setting group, createHome, home, useDefaultShell and isSystemUser.
* | | | | | nixos-option: fixes as suggested by @nbpDomen Kožar2014-09-06
| | | | | |
* | | | | | Remove unrar from the installation CD since it's unfreeEelco Dolstra2014-09-05
| |_|_|_|/ |/| | | |