summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Added cross-references to NixOS manualReuben D'Netto2018-04-12
|
* Merge pull request #30418 from LnL7/inline-set-environmentDaiderd Jordan2018-03-08
|\ | | | | nixos: inline set-environment for bash and zsh
| * nixos: inline set-environment for bash and zshDaiderd Jordan2017-10-14
| |
* | nixos/tomcat: add types + proper systemd integrationJörg Thalheim2018-03-08
| | | | | | | | fixes #35443
* | nixos/tomcat: add serverXml, environment files and log directoriesBenjamin Smith2018-03-08
| | | | | | | | | | | | * add serverXml verbatim override * add environment file * add log directory creation
* | Revert "Merge branch 'setuid-wrapper-readlink'"Shea Levy2018-03-07
| | | | | | | | | | | | | | | | Kernel symlinks don't have st_size. Really thought I tested this, guess I ran the wrong NixOS test :( This reverts commit 6dab907ebe9c8015b8cbc4871313ed48c64c548c, reversing changes made to eab479a5f0e46ad461ebda9953477be8f1e5e2bb.
* | Merge pull request #36292 from xeji/xen-4-10Michael Raskin2018-03-07
|\ \ | | | | | | xen: add v 4.10
| * | xen 4.10: link /etc/xen/oxenstored.confxeji2018-03-07
| | | | | | | | | | | | this is required for oxenstored to start
| * | xen: fix broken version comparisonsxeji2018-03-07
| | | | | | | | | | | | string compare breaks with xen 4.10 (because "4.10" < "4.8")
* | | Merge branch 'setuid-wrapper-readlink'Shea Levy2018-03-07
|\ \ \ | |/ / |/| |
| * | nixos: setuid-wrapper: simplify readlink logicShea Levy2018-03-07
| | |
* | | tt-rss: use proper user and package for MySQLYegor Timoshenko2018-03-06
| | |
* | | Merge pull request #36350 from volth/nix-serveJörg Thalheim2018-03-05
|\ \ \ | | | | | | | | nix-serve: nix 2.0 fixes
| * | | nix-serve: nix 2.0 fixesvolth2018-03-05
| | | |
* | | | Merge pull request #27678 from ↵Frederik Rietdijk2018-03-05
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | volth/restore-bridge-slaves-dynamically-added-by-libvirt nixos/networking-scripted: restore bridge slaves dynamically added by…
| * | | | add separator in case if a VM connected to more than 1 bridgeVolth2017-08-21
| | | | |
| * | | | support lxc:/// and ignore weird bridges (like openvswitch)Volth2017-08-01
| | | | |
| * | | | nixos/networking-scripted: restore bridge slaves dynamically added by libvirtVolth2017-07-27
| | | | |
* | | | | nixos/initrd-network: add udhcpc.extraArgs option (#36305)Dino Dai Zovi2018-03-05
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used to fix issues where udhcpc times out before acquiring a lease. For example of these issues, see: https://bugs.alpinelinux.org/issues/3105#note-8 Signed-off-by: Dino A. Dai Zovi <ddz@theta44.org>
* | | | Merge pull request #30416 from symphorien/luksnokeyFranz Pletz2018-03-05
|\ \ \ \ | | | | | | | | | | nixos/luksroot.nix: fallback to interactive password entry when no keyfile found
| * | | | luksroot.nix: rename fallback to fallbackToPasswordSymphorien Gibol2017-12-14
| | | | |
| * | | | nixos/luksroot.nix: add option boot.initrd.luks.devices.<name?>.fallbackSymphorien Gibol2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option, if set to true, enables fallbacking to an interactive passphrase prompt when the specified keyFile is not found. The default is false, which is compatible with previous behavior and doesn't prevent unattended boot.
| * | | | nixos/luksroot.nix: fallback to interactive password entry when no keyfile foundSymphorien Gibol2017-10-14
| | | | |
* | | | | LightDM: Set default user session when possible.Will Fancher2018-03-04
| | | | |
* | | | | Merge #35554: nixos/opengl: unhide and documentVladimír Čunát2018-03-04
|\ \ \ \ \
| * | | | | nixos/opengl: unhide and document enable optionLinus Heckemann2018-02-25
| | | | | |
* | | | | | Merge pull request #36272 from obadz/nixos-lustrate-docobadz2018-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos doc: document the installation process from other distros as well as NIXOS_LUSTRATE
| * | | | | | nixos-enter: specify absolute path to bashobadz2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not doing so makes it impossible to use nixos-enter from a non-NixOS distro
* | | | | | | Merge #35454: nixos/pump.io: removeVladimír Čunát2018-03-04
|\ \ \ \ \ \ \
| * | | | | | | nixos/pump.io: also comment-out the uidVladimír Čunát2018-03-04
| | | | | | | |
| * | | | | | | nixos/pump.io: removeRodney Lorrimar2018-02-27
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This would probably be better maintained in a separate repo as an external NixOS module which gets imported into user's configuration.
* | | | | | | Revert "networkd: also load builtin modules"Jörg Thalheim2018-03-04
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d514dc220e9fad27a46ef329360bb8db2cdf22ea. breaks unpredicable network interfaces: https://github.com/NixOS/nixpkgs/pull/29768#issuecomment-370172863
* | | | | | Merge pull request #36249 from Ekleog/openldap-module-declarative-contentsJörg Thalheim2018-03-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Openldap module declarative contents
| * | | | | | openldap module: allow defining contents declarativelyLéo Gaspard2018-03-03
| | | | | | |
| * | | | | | openldap module: cleanupLéo Gaspard2018-03-03
| | | | | | |
* | | | | | | nixos/netboot: Fix evaluation erroraszlig2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function arguments for make-squashfs.nix have changed in df117acab7bf345500ffada26c240c9f815b7c21, so we need to change them here as well. The boot.netboot NixOS VM test now succeeds again. Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra
* | | | | | | Merge pull request #34070 from lukeadams/prl-improveJörg Thalheim2018-03-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve parallels-tools
| * | | | | | | parallels: add package config optionLuke Adams2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows overriding of package with newer versions
| * | | | | | | parallels: add `autoMountShares` optionLuke Adams2018-03-01
| | | | | | | |
* | | | | | | | Merge branch 'master' into nix-2.0Vladimír Čunát2018-03-03
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #31019 from teto/strongswan_rebasedJörg Thalheim2018-03-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [RFC/RDY] make l2tp work with Strongswan
| | * | | | | | | | strongswan module: make it work with ipsec l2tpMatthieu Coudron2018-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | l2tp saves its secrets into /etc/ipsec.d but strongswan would not read them. l2tp checks for /etc/ipsec.secrets includes /etc/ipsec.d and if not tries to write into it. Solution: Have the strongswan module create /etc/ipsec.d and /etc/ipsec.secrets when networkmanager_l2tp is installed. Include /etc/ipsec.secrets in /nix/store/hash-strongswan/etc/ipsec.secrets so that it can find l2tp secrets. Also when the ppp 'nopeerdns' option is used, the DNS resolver tries to write into an alternate file /etc/ppp/resolv.conf. This fails when /etc/ppp does not exist so the module creates it by default.
| * | | | | | | | | cantarell-fonts: rename from cantarell_fontsJan Tojnar2018-03-03
| | | | | | | | | |
| * | | | | | | | | nixos/jenkins: ensure postStart follows redirectsBjørn Forsman2018-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the -L flag to curl to make it follow redirects. This fixes an issue I found when setting up reverse proxy for Jenkins. Without this fix, the returned HTTP code was stuck at 302, making postStart fail the service (it expects 200 or 403).
| * | | | | | | | | Merge branch 'dropbear-2018-76-fix'Shea Levy2018-03-01
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | initrd-ssh: Fix for new dropbear version.Shea Levy2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason 2018.76 dropped the -m flag.
| * | | | | | | | | grafana: 4.6.3 -> 5.0.0WilliButz2018-03-01
| | | | | | | | | |
| * | | | | | | | | nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
| * | | | | | | | | Merge pull request #29768 from Mic92/networkdJörg Thalheim2018-03-01
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | networkd: also load builtin modules
| | * | | | | | | | networkd: also load builtin modulesJoerg Thalheim2017-09-25
| | | | | | | | | |