summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Remove obsolete .../sbin directories from $PATHEelco Dolstra2015-04-01
|
* Remove unnecessary symlinks in /nix/var/nix/gcrootsEelco Dolstra2015-04-01
|
* nixos: Re-add swraid installer tests to releases.aszlig2015-04-01
| | | | | | | | | | | | | | | | | | It has been removed by 71a197bc6e60c2c35687fc862cec9a0036a3877e. I'm reintroducing the test mainly because it actually *is* useful, because right now, machines with mdraid will not boot. In order to prevent such things from happening in the future, we should *not* remove this VM test again. If it really goes back to failing randomly, we should really try to fix it instead of removing it again. Of course it fails right now because of the mdraid bump in 7719f7f. Also, if you want to have additional info about the reasons, have a look at the commit message of 666cf992f05d20c537da7f495afe3622023495d2. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/swraid: Increase boot partition size.aszlig2015-04-01
| | | | | | | | | | I'm increasing it to 100MB to make sure, any bootloader will fit with all its stages. Of course, right now the reason why GRUB doesn't fit into the partition is because of mdadm 3.3.2 and thus the initrd taking all the space, but in order to avoid confusion on why the *boot* loader fails in the VM tests, I've increased the size. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/mysql: CleanupsWilliam A. Kennington III2015-03-31
|
* fix evalDomen Kožar2015-03-31
|
* Merge #4678: nixos iso-image: support USB bootingVladimír Čunát2015-03-31
|\ | | | | | | | | by using syslinux (i.e. support the dd-method in addition to unetbootin). @vcunat tidied the PR by squashing closely related changes together.
| * nixos: iso-image: use label "EFIBOOT" for efi.imgBob van der Linden2015-03-24
| |
| * nixos: iso-image: use memtest86 params in syslinuxBob van der Linden2015-03-24
| | | | | | | | See also #6593.
| * nixos: test: add tests for booting installation iso in various waysBob van der Linden2015-03-24
| |
| * nixos: iso-image: removed com32 entries from syslinux menuBob van der Linden2015-03-24
| | | | | | | | | | These entries result in incorrect entries when UNetbootin writes the image to an USB disk.
| * nixos: iso-image: solve UNetbootin compatiblityBob van der Linden2015-03-24
| | | | | | | | | | | | There are a number of hidden restrictions on the syslinux configuration file that come into play when UNetbootin compatiblity is desired. With this commit these are documented.
| * nixos: iso-image: use generic boot-loader timeoutBob van der Linden2015-03-24
| | | | | | | | | | | | | | Syslinux uses different values than grub for timeout. It uses 1/10 seconds as its unit and it uses 0 to disable timeouts. In response to PR #5772.
| * nixos: iso-image: filename escaping in xorrisoBob van der Linden2015-03-24
| |
| * nixos: iso-image: use syslinux bootloader for USB booting supportBob van der Linden2015-03-24
| | | | | | | | | | | | | | 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 #7060 from abbradar/nm-l2tpNikolay Amiantov2015-03-30
|\ \ | | | | | | Support L2TP in NetworkManager
| * | nixos/networkmanager: support l2tpNikolay Amiantov2015-03-29
| | |
* | | Merge pull request #7066 from edwtjo/xbmc-pruningEdward Tjörnhammar2015-03-30
|\ \ \ | | | | | | | | Remove XBMC expressions in favor of the Kodi ones
| * | | Remove XBMC expressions in favor of the Kodi onesEdward Tjörnhammar2015-03-30
| | | |
* | | | Merge pull request #6762 from lethalman/nixos-installlethalman2015-03-30
|\ \ \ \ | | | | | | | | | | nixos-install: support -j, --cores and --option. Closes #6755
| * | | | nixos-install: support -j, --cores and --option. Closes #6755Luca Bruno2015-03-11
| | | | |
* | | | | Merge pull request #7031 from cwoac/mediatomblethalman2015-03-30
|\ \ \ \ \ | | | | | | | | | | | | Add MediaTomb service
| * | | | | Add MediaTomb serviceOliver Matthews2015-03-27
| | | | | |
* | | | | | Revert "Merge pull request #7032 from flosse/change-option-names"Luca Bruno2015-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c265aafb555d172baa56e22b2c371d0b6fbe4952, reversing changes made to c9bbf2228f7a71f6bdec51a0c7bbb9ba7206c1ff. Breaks evaluation, see https://github.com/NixOS/nixpkgs/pull/7032#issuecomment-87641471
* | | | | | Merge pull request #7032 from flosse/change-option-nameslethalman2015-03-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos: prosody service - rename 'enabled' to 'enable'
| * | | | | | nixos: prosody service - rename virtualHosts option 'enabled' to 'enable'Markus Kohlhase2015-03-27
| |/ / / / /
* | | | | | Merge pull request #7073 from oxij/x11support-dbuslethalman2015-03-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | dbus: rename useX11 option into x11Support, cleanup a bit
| * | | | | | dbus: rename useX11 option into x11Support, cleanup a bitJan Malakhovski2015-03-29
| | |_|/ / / | |/| | | |
* | | | | | nixos/initrd: Do a lazy library copy in hopes to save some space for ↵William A. Kennington III2015-03-29
| | | | | | | | | | | | | | | | | | | | | | | | replaced binaries
* | | | | | nixos/initrd: Allow overriding of binariesWilliam A. Kennington III2015-03-29
|/ / / / /
* | | | | nixos/mysql: All versions of mysql have mysqld in /binWilliam A. Kennington III2015-03-29
| | | | |
* | | | | iso: make efi FS size adaptive, make deterministicVladimír Čunát2015-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6795. This was co-authored with @bobvanderlinden. (cherry picked from commit e19ac248ae59fd327c32b1ae3e37792c22a7c7ac) Signed-off-by: Domen Kožar <domen@dev.si> Conflicts: nixos/modules/installer/cd-dvd/iso-image.nix
* | | | | nixos/stage-1: Fix the initrd builder for shell scriptsWilliam A. Kennington III2015-03-29
| |_|/ / |/| | |
* | | | nixos/vfat: Readd fsck.reiserfsWilliam A. Kennington III2015-03-28
| | | |
* | | | nixos/vfat: Readd fsck.vfatWilliam A. Kennington III2015-03-28
| | | |
* | | | nixos/initrd: Generic library copyingWilliam A. Kennington III2015-03-28
| | | |
* | | | fix initrd now that cryptsetup switched to libgcrypt 1.6Aristid Breitkreuz2015-03-28
| | | |
* | | | Merge pull request #6968 from oxij/unquestionably-goodArseniy Seroka2015-03-28
|\ \ \ \ | |/ / / |/| | | Easy to check to be unquestionably good changes
| * | | nixos: use types.enum instead of ad-hoc check in sshd serviceJan Malakhovski2015-03-26
| | | |
| * | | nixos: udev: build rules locallyJan Malakhovski2015-03-26
| | |/ | |/|
* | | Merge pull request #6940 from offlinehacker/pkgs/ripple-data-api/addJaka Hudoklin2015-03-26
|\ \ \ | | | | | | | | Add ripple data api package and nixos service
| * | | Add ripple data api package and nixos serviceJaka Hudoklin2015-03-26
| | | |
* | | | GCE image: Remove some unnecessary lib prefixes.Rob Vermaas2015-03-26
| | | |
* | | | GCE image: Add some recommended sysctl settings. Disable OS level firewall ↵Rob Vermaas2015-03-26
| | | | | | | | | | | | | | | | by default for GCE images (GCE provides external firewall). Disable passwordAuthentication. Related to issue #6991.
* | | | Merge pull request #6919 from ehmry/cjdnsWilliam A. Kennington III2015-03-25
|\ \ \ \ | | | | | | | | | | cjdns: update pkg and fix nixos test
| * | | | nixos/tests/cjdns: do not build cjdns at evaluationEmery Hemingway2015-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | Putting hostnames in the cjdns configuration requires a utility be present to convert public keys to ip addresses
* | | | | Merge pull request #6981 from layus/systemd-escape-colonWilliam A. Kennington III2015-03-25
|\ \ \ \ \ | | | | | | | | | | | | nixos/systemd: Also escape ':' characters
| * | | | | nixos/systemd: Also escape ':' charactersGuillaume Maudoux2015-03-25
| | | | | |
* | | | | | nixos/microcode-amd: Update to early initrd loaderWilliam A. Kennington III2015-03-25
| | | | | |
* | | | | | nixos/intel-microcode: Support early initrd ucode loadingWilliam A. Kennington III2015-03-25
| | | | | |