summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | nixos/docker: Include ZFS commands in PATH for ZFS storagedriverCasey Ransom2015-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the ZFS storagedriver in docker, it shells out for the ZFS commands. The path configuration for the systemd task does not include ZFS, so if the driver is set to ZFS, add ZFS utilities to the PATH. This will resolve https://github.com/NixOS/nixpkgs/issues/10127 [Bjørn: prefix commit message with "nixos/docker:", remove extra space before ';']
* | | | networking module: restructure wlanInterfacesThomas Strobel2015-10-04
|/ / / | | | | | | | | | | | | Restructure internals of networking.wlanInterfaces option to generate proper '.device' systemd targets for the WLAN interfaces.
* | | 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
| | | |
* | | | 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.
* | | | 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
| | | | |
* | | | | Make EBS volumes much smallerEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | Since they're resized on first boot anyway, they don't need to be big.
* | | | | Shut up a KDE warning when a user first logs inEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was complaining about not having write permission to $HOME/.local/share/user-places.xbel (because .local/share didn't exist yet).
* | | | | Fix Nix database in generated imagesEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents seeing lots of warnings about missing hashes/sizes in the database when running "nix-store --verify --check-contents" for the first time.
* | | | | Use make-disk-image.nix for VirtualBox imagesEelco Dolstra2015-09-28
| | | | |
* | | | | Disable the ec2-config testEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "amazon-init.nix" is not included in the default AMIs because it unconditionally runs a nixos-rebuild. Also, the test has never worked (http://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.ec2-config).
* | | | | Fix the EC2 testEelco Dolstra2015-09-28
| | | | |
* | | | | Fix GRUB syntax in EC2 HVM imagesEelco Dolstra2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | There is no "root" command in GRUB 2, and it's not needed anyway. This command delayed HVM boots for a few seconds.
* | | | | ec2-data.nix: Remove superfluous checkEelco Dolstra2015-09-28
| | | | |
* | | | | Update AMI generatorEelco Dolstra2015-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The EBS and S3 (instance-store) AMIs are now created from the same image. HVM instance-store AMIs are also generated. Disk image generation has been factored out into a function (nixos/lib/make-disk-image.nix) that can be used to build other kinds of images.
* | | | | channel.nix: Fix broken flag to skip substitutesEelco Dolstra2015-09-27
| | | | |
* | | | | haskell: make `ghc`, `cabal-install`, and `stack` visibleVladimír Čunát2015-09-27
| | | | | | | | | | | | | | | | | | | | Thanks to @peti. Close #10035.
* | | | | Merge pull request #9982 from KoviRobi/fix-encrypted-non-root-devicesEdward Tjörnhammar2015-09-27
|\ \ \ \ \ | | | | | | | | | | | | encrypted-devices service: Fix keyed mount, clarify descriptions.
| * | | | | encrypted-devices service: Fix keyed mount, clarify descriptions.Kovacsics Robert (NixOS)2015-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not enough arguments were supplied to cryptsetup when a key-file was specified. Also don't try to unlock keyedEncDevs with a password.
* | | | | | nixos/fonts: Add unifont to list of default fonts.aszlig2015-09-26
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #10077 because after some debugging it turns out that by default we don't have a font which is able to display Chinese symbols. Thanks to @anderspapitto, @kmicu and hyper_ch on IRC to help debugging this issue, see log at: http://nixos.org/irc/logs/log.20150926 starting at 19:46 With unifont we have a reasonable fallback font to ensure that every written language is rendered correctly and thus less surprise for new users who keep their font settings at the default. Reported-by: Anders Papitto <anderspapitto@gmail.com> Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | Merge pull request #9683 from ts468/upstream.resolvconfts4682015-09-26
|\ \ \ \ \ | | | | | | | | | | | | nixos networking module: resolvconf + dnsmasq
| * | | | | networking module: add extraResolvconfConf optionThomas Strobel2015-09-26
| | | | | |
* | | | | | Merge pull request #9984 from grwlf/syncthingMatej Cotman2015-09-26
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | syncthing: update systemd service config according to upstream example