summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #50526 from symphorien/short-test-nameJörg Thalheim2018-11-17
|\ | | | | nixos/tests/installer.nix: shorten test name to fit length limit
| * nixos/tests/installer.nix: shorten test name to fit length limitSymphorien Gibol2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously one of the tests would fail with boot-after-install: starting vm Path length (109) is longer than maximum supported length (108) and will be truncated at /nix/store/0ingn8cwwnl84i374hcl6nafsm2c5m2p-perl-5.28.0/lib/perl5/5.28.0/x86_64-linux-thread-multi/Socket.pm line 872, <__ANONIO__> line 268. boot-after-install# qemu-system-x86_64: -monitor unix:./monitor: Failed to connect socket ./monitor: No such file or directory error: QEMU died prematurely QEMU died prematurely vde_switch: EOF on stdin, cleaning up and exiting cleaning up builder for '/nix/store/zbpxwwxwy7f6z5z3kg4nf5mjqsywzjvx-vm-test-run-installer-filesystemEncryptedWithKeyfile.drv' failed with exit code 4 Shortening the test name fixes the issue.
* | netdata: fix python pluginsJörg Thalheim2018-11-17
| | | | | | | | fixes #33366
* | Merge pull request #50459 from marsam/feature/netdata-darwinJörg Thalheim2018-11-17
|\ \ | |/ |/| netdata: 1.10.0 -> 1.11.0
| * nixos/netdata: own plugins must the looked up firstJörg Thalheim2018-11-16
| | | | | | | | | | | | Otherwise netdata will not find python modules. To make sure netdata still pick up our setuid version of apps.plugin we rename the original executable.
* | Merge pull request #50495 from zimbatm/nixos-move-autoupgradeJörg Thalheim2018-11-17
|\ \ | | | | | | nixos: move system.autoUpgrade
| * | nixos: move system.autoUpgradezimbatm2018-11-17
| | | | | | | | | | | | This is not installer-specific
* | | nixos gtk.iconCache.enable: default from xserver.enableVladimír Čunát2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a quick approximation to unblock unstable channels after #48116. This commit isn't ideal, as I suspect most wayland users won't have xserver.enable, so they will lose the icon cache in case they had gtk in system path (otherwise they didn't get cache anyway). I considered using environment.noXlibs, but the nixos tests installing headless systems do *not* get that option, so we would still be pulling gtk in many cases where it's clearly not desired. We need to design this more carefully.
* | | Merge pull request #49835 from Synthetica9/fix-49826Silvan Mosberger2018-11-17
|\ \ \ | |/ / |/| | nixos-generate-config: fix for swapless kernels
| * | nixos-generate-config: fix for swapless kernelsPatrick Hilhorst2018-11-06
| | | | | | | | | | | | Fixes #49826
* | | nixos: doc typo and wszimbatm2018-11-16
| | |
* | | Merge pull request #49838 from dasJ/mysql-datadirSamuel Dionne-Riel2018-11-16
|\ \ \ | |_|/ |/| | nixos/mysql: Explicitly set datadir in my.cnf
| * | nixos/mysql: Explicitly set datadir in my.cnfJanne Heß2018-11-06
| |/ | | | | | | | | | | | | While this seems silly at first (it's already given as start parameter to mysqld), it seems like xtrabackup needs that sometimes. Without it, a Galera cluster cannot be run using the xtrabackup replication method.
* | Merge pull request #48588 from zimbatm/shared-codenameEelco Dolstra2018-11-16
|\ \ | | | | | | group the release info
| * | group the release infozimbatm2018-11-15
| | | | | | | | | | | | | | | this makes the codename globally accessible in the repo. The release is not only for NixOS anymore.
* | | Update GCE image for 18.09Rob Vermaas2018-11-16
| | | | | | | | | | | | (cherry picked from commit e0eb712136aa8cd786955e9109afbbf8ba42555c)
* | | Merge pull request #50440 from Mic92/nix-coresEelco Dolstra2018-11-16
|\ \ \ | | | | | | | | nixos/nix-daemon: default to build with all cores available
| * | | nixos/nix-daemon: default to build with all cores availableJörg Thalheim2018-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These days build systems are more robust w.r.t. to concurrency. Most users will have at least two cores in their machines. Therefore I suggest to increase the number of cores used for building. fixes #50376
* | | | nixos/mysql: fix ensureUsers example formattingRyan Mulligan2018-11-15
|/ / / | | | | | | | | | closes #50441
* | | selfoss (service): fix port in service config (#50411)Rafael García Gallego2018-11-15
| | |
* | | nixos/ckb: Add option to restrict access to the devices to a particular groupNadrieril2018-11-15
|/ / | | | | | | fixes #34064
* | Merge pull request #50393 from tazjin/fix/journaldriver-module-importSilvan Mosberger2018-11-15
|\ \ | | | | | | nixos/journaldriver: import module in top-level module list
| * | nixos/journaldriver: import module in top-level module listVincent Ambo2018-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Imports the `journaldriver` module into the top-level NixOS module list to make it usable without extra work. This went unnoticed in #42134 (mostly because my setup imports modules explicitly from pinned versions). Fixes #50390
* | | Merge pull request #50356 from mayflower/gitlab-smtp-fixLinus Heckemann2018-11-15
|\ \ \ | |/ / |/| | gitlab: fix smtp setting
| * | gitlab: fix smtp settingRobin Gloster2018-11-14
| | | | | | | | | | | | fixes #50163
* | | nixos/tests/all-tests.nix: Fix incron test pathSarah Brofeldt2018-11-14
| | |
* | | Merge pull request #50361 from Mic92/node-packages-springcleanJörg Thalheim2018-11-14
|\ \ \ | | | | | | | | nodePackages: springclean
| * | | nodePackages.statsd: removeJörg Thalheim2018-11-14
| | | | | | | | | | | | | | | | The package/service is broken. Upstream is dead
* | | | Merge #50280: xorg: init xf86-video-vboxvideo ...Vladimír Čunát2018-11-14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Based on reports X wouldn't start out of the box and seems OK now. In case there are still some problems, we can improve later. I checked that nixos.tests.virtualbox.* still succeed.
| * | | xorg: init xf86-video-vboxvideo at 1.0.0Vladimír Čunát2018-11-12
| | | | | | | | | | | | | | | | ... and switch to it by default in virtualbox guests
* | | | Merge pull request #47684 from roberth/nixpkgs-nixosTestMatthew Bauer2018-11-14
|\ \ \ \ | |_|/ / |/| | | Add pkgs.nixosTest
| * | | Add pkgs.nixosTestRobert Hensing2018-11-13
| | | |
* | | | Merge pull request #50348 from DzmitrySudnik/exhibitor-service-fixDaniel Peebles2018-11-14
|\ \ \ \ | | | | | | | | | | exhibitor: fix paths for zookeeper shell scripts
| * | | | exhibitor: fix paths for zookeeper shell scripts to point to local foldersDzmitry Sudnik2018-11-14
| | |/ / | |/| |
* | | | Merge pull request #49736 from nh2/glusterfs-service-simple-unit-no-forkingLinus Heckemann2018-11-14
|\ \ \ \ | | | | | | | | | | glusterfs service: Switch to simple unit instead of forking
| * | | | glusterfs service: Switch to simple unit instead of forking.Niklas Hambüchen2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gluster's pidfile handling is bug-ridden. I have fixed https://bugzilla.redhat.com/show_bug.cgi?id=1509340 in an attempt to improve it but that is far from enough. The gluster developers describe another pidfile issue as "our brick-process management is a total nightmare", see https://github.com/gluster/glusterfs/blob/f1071f17e02502c24375c0b480d369d37f4e4054/xlators/mgmt/glusterd/src/glusterd-utils.c#L5907-L5924 I have observed multiple cases where glusterd doesn't start correctly and systemd doesn't notice because of the erroneous pidfile handling. To improve the situation, we don't let glusterd daemonize itself any more and instead use `--no-daemon` and the `Simple` service type.
* | | | | Merge pull request #49821 from DIzFer/profiles-documentationJörg Thalheim2018-11-14
|\ \ \ \ \ | | | | | | | | | | | | Docs: Add chapter on Profiles
| * | | | | Typo in clone-configJörg Thalheim2018-11-06
| | | | | | | | | | | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| * | | | | Even more typos in hardenedDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Update nixos/doc/manual/configuration/profiles/demo.xmlJan Tojnar2018-11-06
| | | | | | | | | | | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| * | | | | Second typo in docker-containerJan Tojnar2018-11-06
| | | | | | | | | | | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| * | | | | Fixed typo in docker-containerJan Tojnar2018-11-06
| | | | | | | | | | | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| * | | | | Update nixos/doc/manual/configuration/profiles/clone-config.xmlJörg Thalheim2018-11-06
| | | | | | | | | | | | | | | | | | Co-Authored-By: DIzFer <david@izquierdofernandez.com>
| * | | | | Docs: init section QEMU Guest in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Minimal in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Installation Device in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Headless in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Hardened in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Graphical in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |
| * | | | | Docs: init section Docker Container in chapter ProfilesDavid Izquierdo2018-11-06
| | | | | |