summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* php-fpm: add reload supportPeter Hoeg2016-10-06
| | | | Upstream recommends sending USR2 for a graceful reload.
* Merge pull request #19235 from aske/sddm-logNikolay Amiantov2016-10-05
|\ | | | | sddm: fix missing X server logs
| * sddm: wrap xserver in systemd-cat to make logs appear in the journalKirill Boltaev2016-10-05
| |
* | php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* | Fix typo in emacs.xmlGleb Peregud2016-10-05
|/
* Merge pull request #19210 from joachifm/mysqlJoachim F2016-10-04
|\ | | | | Some light mysql service enhancements
| * mysql service: specify a default packageJoachim Fasting2016-10-03
| | | | | | | | A config ought to be buildable using just the defaults.
| * mysql service: add some option typesJoachim Fasting2016-10-03
| | | | | | | | | | Note that this changes the type and default value of port to int (previously default was a string, no type).
| * mysql service: order after network.targetJoachim Fasting2016-10-03
| |
* | nix.optimise.dates should be listAndrew Scott2016-10-04
| |
* | Merge pull request #19069 from peterhoeg/targetsJörg Thalheim2016-10-03
|\ \ | |/ |/| systemd: add user target support
| * systemd: add user target supportPeter Hoeg2016-09-29
| | | | | | | | | | | | | | | | | | This allows us to define system user targets in addition to the existing services, timers and sockets. Furthermore, we add a top-level configuration keyword: - Documentation
* | nixos.acme: make timer persistentRicardo M. Correia2016-10-03
| | | | | | | | | | This makes sure that if the system was powered off when the timer was supposed to trigger, it will run the next time the system boots up.
* | ec2-amis.nix: Create a "latest" attribute for NixOpsEelco Dolstra2016-10-03
| |
* | Add NixOS 16.09.666.3738950 AMIsEelco Dolstra2016-10-03
| |
* | zsh-syntax-highlighting: init at 0.4.1Ignat Loskutov2016-10-03
| | | | | | | | fixes #19179
* | Merge pull request #19196 from groxxda/xkbbindirEelco Dolstra2016-10-03
|\ \ | | | | | | xserver: replace XKB_BINDIR with compile time option
| * | xserver: replace XKB_BINDIR with compile time optionAlexander Ried2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | --- Using the configure option relieves us of the patch and passing the path via the env var in many places. Also the env var may not be inherited when components like gdm spawn new sessions.
* | | Merge pull request #19176 from makefu/module-opentrackerJörg Thalheim2016-10-03
|\ \ \ | | | | | | | | opentracker: init module
| * | | opentracker service: initmakefu2016-10-03
| |/ /
* | | Merge pull request #19185 from Mic92/networkingJörg Thalheim2016-10-03
|\ \ \ | | | | | | | | networking: enable "multi on" in resolver settings
| * | | networking: enable "multi on" in resolver settingsJörg Thalheim2016-10-03
| | | | | | | | | | | | | | | | | | | | this allows to return ipv4/ipv6 addresses for the same host in /etc/hosts. fixes #19148
* | | | Merge pull request #19190 from mayflower/emby_fix_ffmpeg_detectionJörg Thalheim2016-10-03
|\ \ \ \ | | | | | | | | | | emby: use makeWrapper to supply ffmpeg/probe paths
| * | | | emby: use makeWrapper to supply ffmpeg/probe pathsTristan Helmich2016-10-03
| | | | | | | | | | | | | | | | | | | | Fixes NixOS/nixpkgs#19118
* | | | | ibus: refresh cache at startupThomas Tuegel2016-10-03
|/ / / / | | | | | | | | | | | | Fixes #19134. (Maybe.)
* | | | Merge pull request #19102 from Mic92/systemd-bootJörg Thalheim2016-10-03
|\ \ \ \ | | | | | | | | | | systemd-boot: port builder to python3
| * | | | systemd-boot: inline add_entry functionJörg Thalheim2016-09-30
| | | | |
| * | | | systemd-boot: port builder to python3Jörg Thalheim2016-09-30
| | | | | | | | | | | | | | | | | | | | see #18185
* | | | | Merge pull request #19143 from cstrahan/nixos-typematicCharles Strahan2016-10-03
|\ \ \ \ \ | | | | | | | | | | | | nixos: xserver typematic configuration options
| * | | | | nixos: xserver typematic configuration optionsCharles Strahan2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to set the seat defaults for keyboard auto-repeat delay and rate.
* | | | | | networkd module: fix submodule options declarationEric Sagnes2016-10-03
| |_|_|/ / |/| | | |
* | | | | grsecurity doc: note that module autoload hardening is disabledJoachim Fasting2016-10-02
| | | | |
* | | | | grsecurity: make GRKERNSEC y and PAX y implicitJoachim Fasting2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These options should always be specified. Note, an implication of this change is that not specifying any grsec/PaX options results in a build failure.
* | | | | Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\ \ \ \ \ | | | | | | | | | | | | Replace Network-interfaces.target
| * | | | | network-interfaces-scripted: DefaultDependencies is a unitConfigJoachim Fasting2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Ref: 072c1dcc4a319b80ffd4a41165cebacdbb17275a
| * | | | | network-interfaces.target: add deprecation noticeAlexander Ried2016-09-13
| | | | | |
| * | | | | network-interfaces-scripted: rework dependenciesAlexander Ried2016-09-13
| | | | | |
| * | | | | systemd-networkd.service: remove network-interfaces.target orderingAlexander Ried2016-09-13
| | | | | |
| * | | | | multi-user.target should not pull network.targetAlexander Ried2016-09-13
| | | | | |
| * | | | | networking.nat: replace network-interfaces.targetAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can replace this safely with network-pre because iptables does not care whether the interfaces exist or not.
| * | | | | lshd service: remove use of network-interfaces.targetAlexander Ried2016-09-13
| | | | | |
| * | | | | openvpn service: network-interfaces.target -> network.targetAlexander Ried2016-09-13
| | | | | |
| * | | | | gpve service: network-interfaces.target -> network.targetAlexander Ried2016-09-13
| | | | | |
| * | | | | cluster.kubernetes: fix service orderingAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | Requires does NOT imply After, so I added the missing ordering.
| * | | | | misc.etcd: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from https://github.com/coreos/etcd/blob/master/contrib/systemd/etcd.service I intentionally kept "After = network.target" because I think it's missing upstream (https://github.com/coreos/etcd/pull/6388)
| * | | | | monitoring.monit: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from https://bitbucket.org/tildeslash/monit/src/e02247e0480b19be88e6a908886da83bbb1bc6a3/system/startup/monit.service.in?at=master
| * | | | | softether: improve service dependenciesAlexander Ried2016-09-13
| | | | | |
| * | | | | wicd: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/view/head:/other/wicd.service
| * | | | | treewide: minor format / style / documentation fixesAlexander Ried2016-09-13
| | | | | |
| * | | | | networking.dhcpcd: use upstream targetsAlexander Ried2016-09-13
| | | | | |