summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #12086 from bmorphism/masterDomen Kožar2016-01-02
|\ | | | | thinkfan levels option to control actuation points
| * thinkfan levels option to control actuation pointsBarton Yadlowski2016-01-02
| |
* | nixos/plex: Add 'package' option to moduleAustin Seipp2015-12-30
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #12042 from anderspapitto/docsPeter Simons2015-12-30
|\ \ | | | | | | docs
| * | sysctl: use literalExample in docsAnders Papitto2015-12-30
| | |
* | | Merge pull request #11940 from jgillich/dnsmasq-leasesDomen Kožar2015-12-30
|\ \ \ | | | | | | | | dnsmasq: create state dir for dhcp leases file
| * | | dnsmasq: create state dir for dhcp leases fileJakob Gillich2015-12-24
| | | | | | | | | | | | | | | | ref #11718
* | | | Merge pull request #12020 from ehmry/windowlabArseniy Seroka2015-12-30
|\ \ \ \ | | | | | | | | | | WindowLab: initial pkg at 1.40
| * | | | WindowLab: initial pkg at 1.40Emery2015-12-30
| | | | | | | | | | | | | | | | | | | | http://nickgravgaard.com/windowlab/
* | | | | waitForUnit: Fail if the unit reaches inactive state with no pending jobsEelco Dolstra2015-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | This prevents waitForUnit for looping for many minutes before giving up.
* | | | | etc: Use a friendlier name than "etc-file"Eelco Dolstra2015-12-30
| | | | |
* | | | | install-grub: Make more robust against GC'ed system profile entriesEelco Dolstra2015-12-30
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this barfed with: updating GRUB 2 menu... fileparse(): need a valid pathname at /nix/store/zldbbngl0f8g5iv4rslygxwp0dbg1624-install-grub.pl line 391. warning: error(s) occured while switching to the new configuration
* | | | amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles2015-12-30
| | | |
* | | | Add some preferLocalBuildEelco Dolstra2015-12-29
| | | |
* | | | Force rebuild of some corrupted filesEelco Dolstra2015-12-29
|/ / /
* | | release-notes: add pump.io as a new serviceRodney Lorrimar2015-12-27
| | |
* | | Merge pull request #11956 from zimbatm/nm-openvpn-uid-gidDomen Kožar2015-12-27
|\ \ \ | | | | | | | | networkmanager: set uid/gid for the networkmanager openvpn agent
| * | | networkmanager: set uid/gid for the networkmanager openvpn agentzimbatm2015-12-08
| | | | | | | | | | | | | | | | Fixes #11317
* | | | Merge pull request #11963 from anderspapitto/typoDomen Kožar2015-12-27
|\ \ \ \ | | | | | | | | | | NixOS manual: fix typo
| * | | | NixOS manual: fix typoAnders Papitto2015-12-26
| | |/ / | |/| |
* | | | nixos/manual: typoDrew Carey Buglione2015-12-26
| | | |
* | | | hostapd: rename extraCfg -> extraConfig, added assertsJakob Gillich2015-12-26
| | | |
* | | | nixos/xserver: fix evaluation of xkbDirVladimír Čunát2015-12-26
| | | | | | | | | | | | | | | | | | | | I solved it this way because it seems the current state-of-the-art 89e983786 The problem was introduced in #11930. Close #11951 (a different solution).
* | | | Merge pull request #11870 from lancelotsix/improve_slurm_serviceArseniy Seroka2015-12-25
|\ \ \ \ | | | | | | | | | | Improve slurm service configuration
| * | | | slurm service: add testsLancelot SIX2015-12-25
| | | | |
| * | | | slurm service: improve configLancelot SIX2015-12-25
| | | | |
* | | | | Merge branch 'fix-gwwndsz' of git://github.com/tk-ecotelecom/nixpkgsShea Levy2015-12-25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Maybe option defaultGatewayWindowSize is used very rarely, but when it is used there will be an error.
| * | | | | Network script module fixTimofei Kushnir2015-12-25
| | |/ / / | |/| | |
* | | | | Merge pull request #11930 from exi/xdgDir-configurableArseniy Seroka2015-12-25
|\ \ \ \ \ | |/ / / / |/| | | | xserver: make xkbdir configurable
| * | | | xserver: make xkbdir configurableReno Reckling2015-12-24
| | | | |
* | | | | Merge branch 'pr-cd-nomodeset' of git://github.com/dezgeg/nixpkgsShea Levy2015-12-24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | installation-cd: Add separate boot entry that has 'nomodeset'Tuomas Tynkkynen2015-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We seem to be in an unfortunate situation: booting without 'nomodeset' causes hangs when booting on some NVIDIA cards (6948c3ab807), but on the other hand adding 'nomodeset' prevents X from starting on other hardware (e.g. issue #10381 and my Thinkpad X250 with an integrated Broadwell GPU). Attempt to remedy this situation a bit by adding a separate entry in the ISOLINUX menu (with the non-'nomodeset' being the default).
* | | | | docker module: fix kernel module loadingBenno Fünfstück2015-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docker module used different code for socket-activated docker daemon than for the non-socket activated daemon. In particular, if the socket-activated daemon is used, then modprobe wasn't set up to be usable and in PATH for the docker daemon, which resulted in a failure to start the daemon with overlayfs as storageDriver if the `overlay` kernel module wasn't already loaded. This commit fixes that bug (which only appears if socket activation is used), and also reduces the duplication between code paths so that it's easier to keep both in sync in future.
* | | | | redshift: don't busy-loop like crazy on NixOS start-upTobias Geerinckx-Rice2015-12-24
| | | | |
* | | | | nixos/jenkins: fix typo in docstring (s/adress/address/)Bjørn Forsman2015-12-23
| | | | |
* | | | | nixos/jenkins: rename option 'host' to 'listenAddress'Bjørn Forsman2015-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think the name 'listenAddress' is more descriptive. Other NixOS modules that define 'host' either use it as listen address or as address a client connects to. listenAddress is unambiguous. The addition of 'host' was added earlier today[1], so not bothering with ./nixos/modules/rename.nix. [1]: 44ea18499710049e ("jenkins ci enhancement: add port and prefix option")
* | | | | jenkins-job-builder fix: use prefix and host from jenkins cfg, fixes #11897Augustin Borsu2015-12-23
| | | | |
* | | | | jenkins ci enhancement: add port and prefix optionAugustin Borsu2015-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As named these options enable to specify a bind host and url prefix to be used by jenkins. Adding these options in the config rather than using extra arguments allows us to re-use those information in other services using jenkins such as jenkins-job-builder or a reverse proxy.
* | | | | gnome3: removed duplicate line, fixes #11891Jakob Gillich2015-12-23
| | | | |
* | | | | udisks2: fix udev rules file (close #11743)Nikolay Amiantov2015-12-22
| | | | | | | | | | | | | | | | | | | | This properly hides system partitions (like EFI or Windows recovery) from UDisks.
* | | | | nixos trustedGRUB: add support for HP laptopsThomas Strobel2015-12-22
| | | | |
* | | | | murmur: sslCa and extraConfig options, fixes #11419Kevin Cox2015-12-22
| | | | |
* | | | | Fix fleet certfile argument, fixes #11794Kevin Cox2015-12-22
| | | | |
* | | | | Use the right prefix for fleet extra config.Kevin Cox2015-12-22
| | | | |
* | | | | nixos cups-browsed: better link to avahi-daemonThomas Strobel2015-12-21
| | | | | | | | | | | | | | | | | | | | Link cups browsed daemon to reload or exit with the avahi-daemon.
* | | | | nixos avahi-daemon: add new option declarationsThomas Strobel2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new option declarations to control what information is published by the avahi daemon. The default values are chosen to respect the privacy of the user over the connectivity of the system.
* | | | | Merge pull request #11839 from ttuegel/qt-5.4Thomas Tuegel2015-12-20
|\ \ \ \ \ | |_|/ / / |/| | | | Qt infrastructure update
| * | | | phonon-backend-vlc: normalize attribute name to upstreamThomas Tuegel2015-12-20
| | | | |
| * | | | phonon-backend-gstreamer: normalize attribute name to upstreamThomas Tuegel2015-12-20
| | | | |
* | | | | Merge pull request #11767 from aaronlevin/scsi-power-mgmnt-policyPeter Simons2015-12-20
|\ \ \ \ \ | |/ / / / |/| | | | Set `link_power_policy_management` default to "max_performance"