summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* udev: complete reworkVladimír Čunát2015-10-04
| | | | | | | | | | | | - systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
* Merge staging into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | This makes gcc5 the default builder, etc.
| * Merge branch 'master.upstream' into staging.post-15.06William A. Kennington III2015-10-02
| |\
| | * opensmtpd: support filters.Gabriel Ebner2015-10-02
| | |
| | * networking module: fix for wlanInterfacesThomas Strobel2015-10-02
| | |
| | * Merge pull request #10078 from nmikhailov/nm_servicelethalman2015-10-02
| | |\ | | | | | | | | Enable setting extended NetworkManager hooks
| | | * Enable setting extended NetworkManager hooksNikita Mikhailov2015-09-26
| | | |
* | | | nixos/setuid-wrappers: Build with normal mkDerivation phasesTuomas Tynkkynen2015-10-03
| | | | | | | | | | | | | | | | | | | | This way the binary gets stripped & rpath-shrinked etc. as usual. We'd seem to get a runtime reference to gcc otherwise.
* | | | nixos/stage-2: Build readonly-mountpoint with normal mkDerivation phasesTuomas Tynkkynen2015-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way the binary gets stripped & rpath-shrinked etc. as usual. We'd seem to get a runtime reference to gcc otherwise. TODO: Maybe we should be able to set e.g. 'dontUnpack = true;' to make this more pretty.
* | | | nixos/lightdm: Reference correct output of gdk_pixbufTuomas Tynkkynen2015-10-03
| | | |
* | | | nixos/x11: Refer to correct outputs of libX11 and libXextTuomas Tynkkynen2015-10-03
| | | |
* | | | nixos/networking: Reference correct glibc outputTuomas Tynkkynen2015-10-03
| | | |
* | | | nixos/nix-daemon: Reference correct output of opensslTuomas Tynkkynen2015-10-03
| | | |
* | | | nixos/auto-upgrade: Reference correct xz outputTuomas Tynkkynen2015-10-03
| | | |
* | | | unionfs-fuse: Fix the utillinux path hack for multiple-outputsTuomas Tynkkynen2015-10-03
| | | | | | | | | | | | | | | | Double ugh.
* | | | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ \ \ \ | | | | | | | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * | | | Merge: staging with systemdVladimír Čunát2015-10-02
| |\| | |
| | * | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-01
| | |\| |
| | | * | networking module: fix DocBook tagsThomas Strobel2015-10-01
| | | | |
| | | * | networking module: init 'wlanInterfaces' optionThomas Strobel2015-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration option for setting up virtual WLAN interfaces. If the hardware NIC supports it, then multiple virtual WLAN interfaces can be configured through the options of the new 'networking.wlanInterfaces' module. For example, the following configuration transforms the device with the persistent udev name 'wlp6s0' into a managed and a ad hoc device with the device names 'wlan-managed0' and 'wlan-adhoc0', respectively: networking.wlanInterfaces = { "wlan-managed0" = { type = "managed"; device = "wlp6s0"; }; "wlan-adhoc0" = { type = "ibss"; device = "wlp6s0"; }; }; Internally, a udev rule is created that matches wlp6s0 and runs a script which adds the missing virtual interfaces and re-configures the wlp6s0 interface accordingly. Once the new interfaces are created by the Linux kernel, the configuration of the interfaces is managed by udev and systemd in the usual way.
| | * | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-30
| | |\ \ \
| | * \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-29
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'gnome' into stagingLuca Bruno2015-09-25
| | |\ \ \ \ \
| | | * | | | | gnome3: init 3.18Luca Bruno2015-09-25
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into systemd-219Eelco Dolstra2015-10-01
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | rl-1509.xml: Gnome -> GNOMELuca Bruno2015-10-01
| | | | | | | |
| | * | | | | | Merge pull request #10160 from dezgeg/pr-unset-build-hook-in-nixos-installEelco Dolstra2015-09-30
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | nixos-install: Don't use NIX_BUILD_HOOK from caller's environment
| | | * | | | | nixos-install: Don't use NIX_BUILD_HOOK from caller's environmentTuomas Tynkkynen2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If nixos-install is run on a machine with `nix.distributedBuilds = true` the installation will fail at some point like this: Died at /nix/store/4frhrl31cl7iahlz6vyvysy5dmr6xnh3-nix-1.10/libexec/nix/build-remote.pl line 115, <STDIN> line 1. This is due to `nix.distributedBuilds` setting NIX_BUILD_HOOK=/nix/store/.../build-remote.pl in the global environment, which then gets confused in the minimal chroot created by nixos-install. To avoid these kinds of issues with build hooks, just disable them in the chroot.
| | * | | | | | typosDomen Kožar2015-09-30
| | | | | | | |
| | * | | | | | Merge pull request #10159 from nbp/doc-6794Domen Kožar2015-09-30
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add pkgs module argument documentation for #6794 incompatible change.
| | | * | | | | | Add pkgs module argument documentation for #6794 incompatible change.Nicolas B. Pierron2015-09-30
| | | | | | | | |
| | * | | | | | | Bump fallback Nix store pathsEelco Dolstra2015-09-30
| | |/ / / / / /
| | * | | | | | Tweak release notesEelco Dolstra2015-09-30
| | | | | | | |
| | * | | | | | update release notes for 15.09Domen Kožar2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e13b657670dc02280a5f7b0f89538d9a2ac0444f)
| | * | | | | | opentsdb nixos module: Add option for defining OpenTSDB's configurationRickard Nilsson2015-09-30
| | | | | | | |
| | * | | | | | nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshotLuca Bruno2015-09-30
| | | | | | | |
| | * | | | | | rl-1509.xml: update Haskell-related release notesPeter Simons2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update the link to the manual to refer to the proper place. - Mention LTS Haskell and Stackage Nightly. - Minor cosmetic to improve readability.
| | * | | | | | Merge pull request #10076 from ts468/upstream.systemdts4682015-09-30
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | systemd module: add option to specify generators
| | | * | | | | systemd module: add option to specify generatorsThomas Strobel2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the configuration option 'systemd.generators' to specify systemd system-generators. The option allows to either add new system-generators to systemd, or to over- ride or disable the system-generators provided by systemd. Internally, the configuration option 'systemd.generators' maps onto the 'environment.etc' configuration option. Having a convenience wrapper around 'environment.etc' helps to group the systemd system-generator configuration more easily with other 'systemd...' configurations.
| | * | | | | | Hack to parallelize AMI copyingEelco Dolstra2015-09-29
| | | | | | | |
| | * | | | | | Tweak AMI scriptEelco Dolstra2015-09-29
| | | | | | | |
| | * | | | | | Remove zfs-git and spl-gitEelco Dolstra2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/10042#commitcomment-13422343.
| | * | | | | | nixos: add services.bind.extraConfig optionPeter Simons2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option allows users to add arbitrary configuration statements into the generated named.conf file.
| | * | | | | | Merge pull request #10000 from ts468/upstream.vswitchts4682015-09-29
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | nixos networking: add vswitch option
| | | * | | | | nixos networking: add vswitch optionThomas Strobel2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a configuration option for Open vSwitch that is similar to the option for the Linux kernel ethernet bridge.
| | * | | | | | Blacklist the xen_fbfront kernel moduleEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gets rid of a 30 second delay during boot. See e.g https://github.com/coreos/bugs/issues/208.
| | * | | | | | Wait for udev after resizing partitionsEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the EC2 boot may panic.
| | * | | | | | Remove unnecessary "|| true" from the stage 1 scriptEelco Dolstra2015-09-28
| | | | | | | |
| | * | | | | | Remove superfluous root resizing testEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done in the EC2 test now.
| | * | | | | | Test whether EC2 root volume resizing worksEelco Dolstra2015-09-28
| | | | | | | |