summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/avahi: use more upstream-like systemd unitsBenno Fünfstück2016-10-15
| | | | | | | | The new units mirror the upstream systemd units as closely as possible. I could not find a reason why the service would need to be restarted on resuming from suspend, and the upstream units also do not contain such a restriction, so I removed the `partOf = [ "post-resume.target"]`. This fixes #19525.
* Merge pull request #19498 from grahamc/houndGraham Christensen2016-10-15
|\ | | | | Initialize Hound package / module
| * hound: init moduleGraham Christensen2016-10-15
| |
* | audit module: only enable service if kernel has audit (#19569)Alexander Ried2016-10-15
|/
* qlipper: init at 2016-09-26romildo2016-10-15
|
* screengrab: init at 2016-02-24romildo2016-10-15
| | | | fixes #19561
* Merge branch 'master' into stagingVladimír Čunát2016-10-13
|\
| * Merge pull request #19490 from regnat/taskserverFrederik Rietdijk2016-10-12
| |\ | | | | | | taskserver : use pythonPackage.buildPythonPackage
| | * taskserver : use pythonPackage.buildPythonPackageregnat2016-10-12
| | |
| * | Merge pull request #19438 from primeos/vim-serviceArseniy Seroka2016-10-12
| |\ \ | | | | | | | | vim module: init
| | * | vim module: initMichael Weiss2016-10-11
| | |/
| * | dockerRegistry module: re-init with new underlying softwareRobin Gloster2016-10-12
| | |
| * | errbot module: initRobin Gloster2016-10-12
| | |
| * | crowd module: initFranz Pletz2016-10-12
| | |
| * | jira module: initFranz Pletz2016-10-12
| | |
| * | confluence module: initFranz Pletz2016-10-12
| | |
| * | Merge pull request #19464 from kampfschlaefer/fix_sit_evaluationJörg Thalheim2016-10-12
| |\ \ | | | | | | | | sit interfaces: fix dependency tracking
| | * | sit interfaces: fix dependency trackingArnold Krille2016-10-12
| | | |
| * | | nixos: make it easy to apply kernel patchesCharles Strahan2016-10-11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easy to specify kernel patches: boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ]; To make the `boot.kernelPatches` option possible, this also makes it easy to extend and/or modify the kernel packages within a linuxPackages set. For example: pkgs.linuxPackages.extend (self: super: { kernel = super.kernel.override { kernelPatches = super.kernel.kernelPatches ++ [ pkgs.kernelPatches.ubuntu_fan_4_4 ]; }; }); Closes #15095
| * | nixos network: fix evaluation after #19128Jörg Thalheim2016-10-12
| | |
| * | Merge #18861: add AMDGPU-PRO driverVladimír Čunát2016-10-11
| |\ \
| | * | amdgpu-pro: Init at 16.30.3-315407David McFarland2016-10-11
| | | |
* | | | release-notes: fixup bad conflict resolution in bef6befVladimír Čunát2016-10-13
| | | | | | | | | | | | | | | | /cc #19324.
* | | | stdenv/stripHash: print to stdout, not to variableProfpatsch2016-10-11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | `stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
* | / timezone service: link localtime to /etc/zoneinfo instead of tzinfo directlyNikolay Amiantov2016-10-11
| |/ |/| | | | | This is needed so systemd can extract timezone from a symlink.
* | x11 module: don't restart the display manager indefinitely (#19418)zimbatm2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | * x11 module: don't restart the display manager indefinitely If the display managers crashes continuously in loops it prevents the user from switching to the console and try to fix things. Especially when using the "auto" display manager it can happen quite easily. * x11 module: fix display manager restart timeouts It takes more than 1 second to boot the X server.
* | Merge pull request #19420 from romildo/new.qpsJoachim F2016-10-10
|\ \ | | | | | | qps: init at 1.10.16
| * | qps: init at 1.10.16romildo2016-10-10
| | |
* | | Merge pull request #19367 from cransom/smokeping-fixJoachim F2016-10-10
|\ \ \ | | | | | | | | smokeping module: fix missing js, broken alerts
| * | | smokeping module: fix missing js, broken alertsCasey Ransom2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial commit accidentally left in some commented code and if you were using alerts, they simply didn't work. Smokeping also includes some JS code for the webui allowing you to zoom into graphs and it was not passed into the homedir. Additionally, generate static html pages for other webservers to serve the cache directory. Add additional options to specify sendmail path or mailhost and verify that both are not set. Add one extra config hook that allows you to bypass all of the invidual config stanzas and just hand it a string.
* | | | Merge pull request #19128 from kampfschlaefer/fix_device_wait_in_containersJörg Thalheim2016-10-10
|\ \ \ \ | |_|/ / |/| | | Fix device wait in containers
| * | | containers: Improve device dependency trackingArnold Krille2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the tracking works with aggregated devices on aggregated devices. So container with physical device where the device is put in a bond which is the basis for a bridge is now handled correctly.
| * | | containers: Do not wait for udev for network devicesArnold Krille2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test that adding physical devices to containers works, find that network setup then doesn't work because there is no udev in the container to tell systemd that the device is present. Fixed by not depending on the device in the container. Activate the new container test for release Bonds, bridges and other network devices need the underlying not as dependency when used inside the container. Because the device is already there. But the address configuration needs the aggregated device itself.
* | | | Merge pull request #17922 from bjornfor/php-config-file-scan-dirJörg Thalheim2016-10-09
|\ \ \ \ | | | | | | | | | | php: change config-file-scan-dir from /etc to /etc/php.d
| * | | | nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.dBjørn Forsman2016-09-08
| | | | |
* | | | | Merge pull request #19391 from kampfschlaefer/fix_container_extra_vethsJörg Thalheim2016-10-09
|\ \ \ \ \ | | | | | | | | | | | | container: fix extraVeth submodule usage
| * | | | | container: fix extraVeth submodule usageArnold Krille2016-10-09
| | |/ / / | |/| | | | | | | | | | | | | the submodule needs options, not a plain set.
* | | | | nixbot module: initRobin Gloster2016-10-09
| | | | |
* | | | | tests/boot-stage1: Use runCommandCC for kcanaryaszlig2016-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 97bfc2fac92d90c668ae1ec078356d0bd0a9ddb7, runCommand doesn't include a compiler anymore. So let's switch to the new runCommandCC, which resembles the old state. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | Merge pull request #17622 from rvl/nixos-manual-writing-documentationJörg Thalheim2016-10-09
|\ \ \ \ \ | | | | | | | | | | | | Add documentation about writing NixOS documentation
| * | | | | nixos-manual: Add a chapter about writing documentationRodney Lorrimar2016-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's more about the practical side of DocBook-wrangling than anything else.
| * | | | | nixos-manual(emacs): Add a section about configuring DocBook 5 schemasRodney Lorrimar2016-09-11
| | | | | |
| * | | | | nixos-manual(emacs): Fix typo reported by @rasendubiRodney Lorrimar2016-09-11
| | | | | |
* | | | | | nixos/nginx: reload on acme cert renewalFranz Pletz2016-10-09
| | | | | |
* | | | | | Fix #19382 set ownership of /var/empty to root:rootNathan Bijnens2016-10-09
| | | | | |
* | | | | | dhcpd service: Add extraFlags optionFranz Pletz2016-10-09
| | | | | |
* | | | | | prometheus module: added default option values for relabel_configoida2016-10-09
| | | | | |
* | | | | | mysql service: specify defaultText for package optionJoachim Fasting2016-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Also provide an example that differs from the default.
* | | | | | Merge pull request #19377 from romildo/lxqtJörg Thalheim2016-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | lxqt: Add xscreensaver to systemPackages
| * | | | | | lxqt: Add xscreensaver to systemPackagesromildo2016-10-08
| | |_|_|/ / | |/| | | |