about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2015-12-30install-grub: Make more robust against GC'ed system profile entriesEelco Dolstra1-0/+4
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
2015-12-30amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles3-3/+2
2015-12-29Add some preferLocalBuildEelco Dolstra1-0/+3
2015-12-29Force rebuild of some corrupted filesEelco Dolstra1-3/+4
2015-12-27release-notes: add pump.io as a new serviceRodney Lorrimar1-0/+1
2015-12-27Merge pull request #11956 from zimbatm/nm-openvpn-uid-gidDomen Kožar2-0/+4
networkmanager: set uid/gid for the networkmanager openvpn agent
2015-12-27Merge pull request #11963 from anderspapitto/typoDomen Kožar1-1/+1
NixOS manual: fix typo
2015-12-26NixOS manual: fix typoAnders Papitto1-1/+1
2015-12-26nixos/manual: typoDrew Carey Buglione1-1/+1
2015-12-26hostapd: rename extraCfg -> extraConfig, added assertsJakob Gillich2-23/+26
2015-12-26nixos/xserver: fix evaluation of xkbDirVladimír Čunát1-3/+4
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).
2015-12-25Merge pull request #11870 from lancelotsix/improve_slurm_serviceArseniy Seroka2-8/+128
Improve slurm service configuration
2015-12-25slurm service: add testsLancelot SIX1-0/+80
2015-12-25slurm service: improve configLancelot SIX1-8/+48
2015-12-25Merge branch 'fix-gwwndsz' of git://github.com/tk-ecotelecom/nixpkgsShea Levy1-2/+2
Maybe option defaultGatewayWindowSize is used very rarely, but when it is used there will be an error.
2015-12-25Merge pull request #11930 from exi/xdgDir-configurableArseniy Seroka1-2/+10
xserver: make xkbdir configurable
2015-12-25Network script module fixTimofei Kushnir1-2/+2
2015-12-24Merge branch 'pr-cd-nomodeset' of git://github.com/dezgeg/nixpkgsShea Levy1-1/+15
2015-12-24installation-cd: Add separate boot entry that has 'nomodeset'Tuomas Tynkkynen1-1/+15
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).
2015-12-24xserver: make xkbdir configurableReno Reckling1-2/+10
2015-12-24docker module: fix kernel module loadingBenno Fünfstück1-31/+16
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.
2015-12-24redshift: don't busy-loop like crazy on NixOS start-upTobias Geerinckx-Rice1-7/+10
2015-12-23nixos/jenkins: fix typo in docstring (s/adress/address/)Bjørn Forsman1-2/+2
2015-12-23nixos/jenkins: rename option 'host' to 'listenAddress'Bjørn Forsman2-5/+5
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")
2015-12-23jenkins-job-builder fix: use prefix and host from jenkins cfg, fixes #11897Augustin Borsu1-1/+1
2015-12-23jenkins ci enhancement: add port and prefix optionAugustin Borsu1-5/+30
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.
2015-12-23gnome3: removed duplicate line, fixes #11891Jakob Gillich1-3/+0
2015-12-22udisks2: fix udev rules file (close #11743)Nikolay Amiantov1-1/+1
This properly hides system partitions (like EFI or Windows recovery) from UDisks.
2015-12-22nixos trustedGRUB: add support for HP laptopsThomas Strobel1-23/+39
2015-12-22murmur: sslCa and extraConfig options, fixes #11419Kevin Cox1-0/+15
2015-12-22Fix fleet certfile argument, fixes #11794Kevin Cox1-1/+1
2015-12-22Use the right prefix for fleet extra config.Kevin Cox1-1/+1
2015-12-21nixos cups-browsed: better link to avahi-daemonThomas Strobel1-0/+2
Link cups browsed daemon to reload or exit with the avahi-daemon.
2015-12-21nixos avahi-daemon: add new option declarationsThomas Strobel1-16/+72
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.
2015-12-20Merge pull request #11839 from ttuegel/qt-5.4Thomas Tuegel1-2/+2
Qt infrastructure update
2015-12-20phonon-backend-vlc: normalize attribute name to upstreamThomas Tuegel1-1/+1
2015-12-20phonon-backend-gstreamer: normalize attribute name to upstreamThomas Tuegel1-1/+1
2015-12-20Merge pull request #11767 from aaronlevin/scsi-power-mgmnt-policyPeter Simons1-1/+0
Set `link_power_policy_management` default to "max_performance"
2015-12-19azure agent service: provide SSL certificates pathEvgeny Egorochkin1-0/+6
2015-12-19Merge pull request #11750 from ttuegel/emacs-packagesThomas Tuegel1-0/+6
Emacs packages
2015-12-19release-notes: note addition of ELPA and MELPA packagesThomas Tuegel1-0/+6
2015-12-19nixos autoUpgrade: add a 'dates' optionEelco Dolstra1-1/+12
(cherry picked from commit 80917d2473d321d7a990cf991c6353547976638c) Originally merged #11808 to release-15.09 directly. Close #11821.
2015-12-18nixos/tests/networking: Add a test for loopbackaszlig3-0/+14
It serves as a regression test, because right now if you enable networking.useNetworkd the default loopback interface doesn't get assigned any IP addresses. To be sure, I have bisected this and it has been introduced with the update to systemd 228 in 1da87d4. Only the "scripted" networking tests have to succeed in order to trigger a channel update of nixos-unstable, so I'm leaving this test as broken and we have to figure out next what's the *exact* reason for the breakage. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-17Merge pull request #11730 from spwhitt/mopidyRickard Nilsson1-13/+4
Mopidy Improvements
2015-12-17Remove default scsiLinkPolicyaaron levin1-1/+0
2015-12-17Merge pull request #11668 from Baughn/zfsRicardo M. Correia1-2/+2
zfs:Always import from /dev/disk/by-id
2015-12-17nixos: improve mime DB cache generation (close #11785)michael bishop1-1/+1
2015-12-17Merge pull request #11573 from hrdinka/refactor/dovecotPeter Simons1-105/+157
dovecot service: refactor module
2015-12-17nixos release notes: mention enableCtrlAltBackspaceVladimír Čunát1-0/+8
/cc #11228.
2015-12-17Merge pull request #11228 from ocharles/x-ctrl-alt-backspaceEelco Dolstra1-0/+11
services.xserver: Disable Ctrl+Alt+Backspace by default