summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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"
| * | | Remove default scsiLinkPolicyaaron levin2015-12-17
| | | |
| * | | link_power_policy_management default to max_performanceaaron levin2015-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kernel default for `link_power_management_policy` is `"max_performance"`. This commit: https://github.com/NixOS/nixpkgs/commit/f169f60575bec7c61626af180cae364d321b4bec set the NixOS default to `"min_performance"`. This issue (https://github.com/NixOS/nixpkgs/issues/11276) details my long journey to discover this after several file system failures incorrectly attributed to `TRIM` and `NCQ` settings. I think we should use the kernel default of `"max_performance"` to assure the best experience for new users with SSDs and to conform to the defaults of the kernel and other distros.
* | | | azure agent service: provide SSL certificates pathEvgeny Egorochkin2015-12-19
| | | |
* | | | Merge pull request #11750 from ttuegel/emacs-packagesThomas Tuegel2015-12-19
|\ \ \ \ | | | | | | | | | | Emacs packages
| * | | | release-notes: note addition of ELPA and MELPA packagesThomas Tuegel2015-12-19
| | | | |
* | | | | nixos autoUpgrade: add a 'dates' optionEelco Dolstra2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 80917d2473d321d7a990cf991c6353547976638c) Originally merged #11808 to release-15.09 directly. Close #11821.
* | | | | nixos/tests/networking: Add a test for loopbackaszlig2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #11730 from spwhitt/mopidyRickard Nilsson2015-12-17
|\ \ \ \ \ | | | | | | | | | | | | Mopidy Improvements
| * | | | | mopidy module: use buildEnv fixes #11706Spencer Whitt2015-12-15
| | | | | |
* | | | | | Merge pull request #11668 from Baughn/zfsRicardo M. Correia2015-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | zfs:Always import from /dev/disk/by-id
| * | | | | | zfs:Always import from /dev/disk/by-idSvein Ove Aas2015-12-12
| | | | | | |
* | | | | | | nixos: improve mime DB cache generation (close #11785)michael bishop2015-12-17
| | | | | | |
* | | | | | | Merge pull request #11573 from hrdinka/refactor/dovecotPeter Simons2015-12-17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | dovecot service: refactor module
| * | | | | | dovecot service: refactor moduleChristoph Hrdinka2015-12-10
| | | | | | |
* | | | | | | nixos release notes: mention enableCtrlAltBackspaceVladimír Čunát2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | /cc #11228.