summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10
|
* nixos-option --install: Use gummiboot if we're efi-bootedShea Levy2013-10-09
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add test for efi installationShea Levy2013-10-09
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Update efi install cdShea Levy2013-10-09
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Improve the vboxnet0 serviceEelco Dolstra2013-10-09
|
* Add support for multiple system profilesEelco Dolstra2013-10-09
| | | | | | | | | | | | | | | | ‘nixos-rebuild’ now accepts an argument ‘--profile-name’ (or ‘-p’), denoting the name of a system profile to use. The default is ‘system’, which maps to /nix/var/nix/profiles/system. Any other value maps to /nix/var/nix/profiles/system-profiles/<name>. The GRUB menu generator makes all system profiles available as submenus. For instance, doing $ nixos-rebuild boot -p test will cause a menu named ‘NixOS - Profile 'test'’ to be added to the GRUB boot menu, leaving the default system profile unaffected. This is only supported for GRUB 2.
* Load ext2/ext3/ext on demand in the initrdEelco Dolstra2013-10-09
|
* Load LUKS-related kernel modules on demandEelco Dolstra2013-10-09
|
* Manual: icecat -> firefoxEelco Dolstra2013-10-09
|
* Fix eval errorEelco Dolstra2013-10-09
|
* Make it easier to define timer units for servicesEelco Dolstra2013-10-09
| | | | | | | | | | | | | Systemd services now have a startAt attribute. If set, NixOS will automatically emit a timer unit that causes the service to start at the specified time. For example: systemd.services.foo = { script = "... bla bla ..."; startAt = "02:15"; }; causes the given script to be started at 02:15 every day.
* Add more video drivers to the VM imageEelco Dolstra2013-10-09
| | | | This might allow it to work in VMware and QEMU.
* Only start the VirtualBox guest services if we're in a VirtualBox VMEelco Dolstra2013-10-09
|
* Add the demo user to the vboxsf group to allow mounting of shared foldersEelco Dolstra2013-10-09
|
* Don't expand paths during VirtualBox image generationEelco Dolstra2013-10-09
|
* kde4: install mysql by default since it's used by akonadiEvgeny Egorochkin2013-10-08
|
* Generate a VirtualBox appliance (in OVF format) instead of a disk imageEelco Dolstra2013-10-08
|
* Lack of laziness strikes again...Eelco Dolstra2013-10-07
|
* Amazon's pv-grub is GRUB 1Eelco Dolstra2013-10-07
|
* Give the VDI generator more memoryEelco Dolstra2013-10-07
| | | | | | | These out of memory conditions are highly unpredictable, which is very annoying. http://hydra.nixos.org/build/6411393
* Make GRUB 2 the defaultEelco Dolstra2013-10-07
| | | | Fixes #269.
* Add some missing option typesEelco Dolstra2013-10-07
|
* Disallow Memtest86+ with GRUB 1Eelco Dolstra2013-10-07
| | | | The GRUB entry as given is syntactically invalid.
* Merge pull request #270 from aristidb/masterDomen Kožar2013-10-06
|\ | | | | Add simple rsnapshot module
| * rsnapshot: do not use /etc/rsnapshot.confAristid Breitkreuz2013-10-06
| |
| * rsnapshot: extraConfiguration -> extraConfigAristid Breitkreuz2013-10-06
| |
| * implement bjornfors commentsAristid Breitkreuz2013-10-06
| |
| * add simple rsnapshot moduleAristid Breitkreuz2013-10-06
|/
* Properly wipe .compose-cache.Evgeny Egorochkin2013-10-06
| | | | Fixes #267.
* Remove the nixos.unstable job from the trunk-combined jobsetEelco Dolstra2013-10-06
|
* Merge pull request #209 from MarcWeber/submit/firebirdDomen Kožar2013-10-05
|\ | | | | systemd/firebird
| * firebird serviceMarc Weber2013-10-05
|/ | | | many suggestions contributed by bjornfor and edolstra
* adding http_address option to varnish serviceRok Garbas2013-10-04
|
* some more zope2 service improvementsRok Garbas2013-10-04
|
* zope2 service fixesRok Garbas2013-10-03
|
* Prettify graphite serviceDomen Kožar2013-10-03
| | | cc @offlinehacker
* zope2 service (plone)Rok Garbas2013-10-02
|
* Use "cp" instead of "rsync" for VirtualBox image generationEelco Dolstra2013-10-02
| | | | Rsync appears to use a lot of memory. Fixes #266.
* Move run-in-machine test to a different place, because it does not conform ↵Sander van der Burg2013-10-02
| | | | to the other testcases' interface
* Unify the two Memtest modulesEelco Dolstra2013-10-02
| | | | This means we now have Memtest86+ on the installation CD.
* Fix run-in-machine testcase + add it to the testsSander van der Burg2013-10-02
|
* The testing interface does not take nixpkgs as a parameter anymore => fix thisSander van der Burg2013-10-02
|
* Don't disable D-Bus if environment.noXlibs is setEelco Dolstra2013-10-01
| | | | D-Bus cannot be disabled since systemd/logind depend on it.
* Don't spam the userEelco Dolstra2013-10-01
|
* Added support for -I flag to nixos-installAlexei Robyn2013-09-30
|
* Merge pull request #262 from offlinehacker/fix/stage_2_lib_var_dbPeter Simons2013-09-30
|\ | | | | stage-2-init: create /var/lib and /var/db at boot, so some modules that create user home folders here don't fail
| * stage-2-init: create /var/lib and /var/db at boot, so some modules that ↵Jaka Hudoklin2013-09-26
| | | | | | | | create user home folders here don't fail
* | enableSplashScreen is no longer a valid optionShea Levy2013-09-27
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | bash: fix broken completionDomen Kožar2013-09-27
| |
* | cupsd: Use Type=forkingEelco Dolstra2013-09-26
| | | | | | | | http://hydra.nixos.org/build/6291101