summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | 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
| * | | | | | | | | | | | tests.networking: remove network-interfaces.targetAlexander Ried2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |
| * | | | | | | | | | | | tomcat: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | peerflix: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | oauth2_proxy: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | kibana service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | elasticsearch service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | marathon service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | chronos service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | zerobin service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | xinetd service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | wpa-supplicant service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | tinc service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | | | | | |