Eelco Dolstra
32d00f50ec
Merge pull request #18573 from peterhoeg/systemd_user_cfg
...
systemd: support setting defaults for user instances
2016-09-14 13:39:57 +02:00
Bjørn Forsman
1010271c63
nixos/pam: clean up generated files (no functional change) ( #18580 )
...
The generated files in /etc/pam.d/ typically have a lot of empty lines
in them, due to how the generated Nix strings are joined together;
optional elements that are excluded still produce a newline. This patch
changes how the files are generated to create more compact,
human-friendly output files.
The change is basically this, repeated:
- ''
- ${optionalString use_ldap
- "account sufficient ${pam_ldap}/lib/security/pam_ldap.so"}
- ''
+ optionalString use_ldap ''
+ account sufficient ${pam_ldap}/lib/security/pam_ldap.so
+ ''
2016-09-14 11:56:07 +01:00
Théophane Hufschmitt
0401260922
selfoss service: init
2016-09-14 09:23:56 +02:00
Jörg Thalheim
8fddcad3f9
telegraf: init at 1.0.0
...
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
2016-09-14 07:19:55 +02:00
aszlig
1781e95577
Merge pull request #18567 (VirtualBox 5.1.6)
...
This introduces VirtualBox version 5.1.6 along with a few refactored
stuff, notably:
* Kernel modules and user space applications are now separate
derivations.
* If config.pulseaudio doesn't exist in nixpkgs config, the default is
now to build with PulseAudio modules.
* A new updater to keep VirtualBox up to date.
All subtests in nixos/tests/virtualbox.nix succeed on my machine and
VirtualBox was reported to be working by @DamienCassou (although with
unrelated audio problems for another fix/branch) and @calbrecht.
2016-09-14 02:20:16 +02:00
Vladimír Čunát
aa0fa19373
gtk2: move gtk-update-icon-cache to gtk2.out
...
... to be useful for regeneration when building nixos environments.
Fixes #18536 (hopefully).
2016-09-13 23:51:57 +02:00
Domen Kožar
9911a2f490
Merge pull request #18560 from MatrixAI/root-sudo-group-switch
...
sudo: Allow root to use sudo to switch groups
2016-09-13 16:22:07 +02:00
Jaka Hudoklin
7a9dd489d6
Merge pull request #18481 from offlinehacker/pkgs/docker/1.12.1
...
docker: 1.10.3 -> 1.12.1
2016-09-13 15:59:18 +02:00
Roger Qiu
de0737aed5
sudo: Allow root to use sudo to switch groups
2016-09-13 23:15:56 +10:00
Jaka Hudoklin
5d9c62541a
docker module: updates
...
- logDriver option, use journald for logging by default
- keep storage driver intact by default, as docker has sane defaults
- do not choose storage driver in tests, docker will choose by itself
- use dockerd binary as "docker daemon" command is deprecated and will be
removed
- add overlay2 to list of storage drivers
2016-09-13 12:51:13 +02:00
Tom Hunger
0ded9a63a3
prometheus-node-exporter: Add module.
2016-09-13 11:28:45 +01:00
Alexander Ried
85c36d1f7d
network-interfaces.target: add deprecation notice
2016-09-13 11:19:23 +02:00
Alexander Ried
072c1dcc4a
network-interfaces-scripted: rework dependencies
2016-09-13 11:19:23 +02:00
Alexander Ried
e90471d792
systemd-networkd.service: remove network-interfaces.target ordering
2016-09-13 11:19:23 +02:00
Alexander Ried
2d46004b74
multi-user.target should not pull network.target
2016-09-13 11:19:22 +02:00
Alexander Ried
8524df1259
networking.nat: replace network-interfaces.target
...
We can replace this safely with network-pre because iptables does not
care whether the interfaces exist or not.
2016-09-13 11:19:22 +02:00
Alexander Ried
60430b140c
lshd service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Alexander Ried
d43b2b9c85
openvpn service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Alexander Ried
97416eaeef
gpve service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Alexander Ried
4231293010
cluster.kubernetes: fix service ordering
...
Requires does NOT imply After, so I added the missing ordering.
2016-09-13 11:19:22 +02:00
Alexander Ried
5481831263
misc.etcd: get closer to upstream service definition
...
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 )
2016-09-13 11:19:22 +02:00
Alexander Ried
23ca90b013
monitoring.monit: get closer to upstream service definition
...
taken from
e02247e048/system/startup/monit.service.in
2016-09-13 11:19:22 +02:00
Alexander Ried
fbf0abf4af
softether: improve service dependencies
2016-09-13 11:19:22 +02:00
Alexander Ried
9819cdc71a
wicd: get closer to upstream service definition
...
taken from
http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/view/head:/other/wicd.service
2016-09-13 11:19:22 +02:00
Alexander Ried
3ada966bd5
treewide: minor format / style / documentation fixes
2016-09-13 11:19:22 +02:00
Alexander Ried
bc7710468d
networking.dhcpcd: use upstream targets
2016-09-13 11:19:22 +02:00
Joachim Fasting
3dc69799b6
tomcat: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
c71bb91f66
peerflix: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
820b769fc8
oauth2_proxy: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
b5756c8660
kibana service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
94ed3de09e
elasticsearch service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
b6e5c620a3
marathon service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
3826c19392
chronos service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
5a2a3510b9
zerobin service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
c7ed675fe3
xinetd service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
cda9af6eb8
wpa-supplicant service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
768b333dc1
tinc service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
795defaae0
tcpcrypt service: remove use of network-interfaces.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
67d9369e5d
radicale service: network-interfaces.target -> network{,-online}.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
652e0b4b8a
oidentd service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
ae71667451
cjdns service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
69e15b7ba5
bind service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
22976bc951
openafs-client service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
1a60210561
nagios service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
b38c0c94ab
graphite service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
c2d007e0f7
zookeeper service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
4c7f53e9b4
svnserve service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
9b1177f69d
mesos-slave service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
2d48f1c487
mesos-master service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00
Joachim Fasting
ebc8e082e9
folding-at-home service: network-interfaces.target -> network.target
2016-09-13 11:19:22 +02:00