Jaka Hudoklin
46203a790d
kubernetes service: fix option conversion
2015-08-21 20:55:40 +02:00
Wei-Ming Yang
efd34824eb
softether: support SoftEther VPN 4.18
2015-08-21 13:59:00 +08:00
Peter Simons
ab6c8643d4
nix-gc.nix: prefer "nix-store" over "nix-collect-garbage" because the latter supports "--max-freed"
...
Works around https://github.com/NixOS/nix/issues/609 .
2015-08-20 22:56:41 +02:00
Eelco Dolstra
401782cb67
Revert "openssh: 6.9p1 -> 7.0p1"
...
This reverts commit a8eb2a6a81524f3be0c8886f6d06090b50b0a513. OpenSSH
7.0 is causing too many interoperability problems so soon before the
15.08 release.
For instance, it causes NixOps EC2 initial deployments to fail with
"REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client
knows the server's ssh-dss host key, but this key is no longer
accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does
not work because it causes ssh-dss to be ordered after
"ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh
prioritizes host key algorithms for which the client has a known host
key, but not if you set HostKeyAlgorithms.)
2015-08-20 14:08:18 +02:00
Jaka Hudoklin
d06eb2951b
Merge pull request #9355 from offlinehacker/nixos/etcd/fixstart
...
etcd service: do not wait for cluster up
2015-08-20 02:26:49 +02:00
Jaka Hudoklin
40582b68f4
Merge pull request #9354 from offlinehacker/nixos/skydns/fixdns
...
skydns service: fix skydns nameservers env option
2015-08-20 02:26:33 +02:00
Jaka Hudoklin
e057cbe580
Merge pull request #9352 from offlinehacker/nixos/racoon/fix_start
...
nixos/racoon: create /var/racoon upon start
2015-08-20 02:26:17 +02:00
Jaka Hudoklin
86ee6c2512
etcd service: do not wait for cluster up
2015-08-20 00:02:27 +02:00
Jaka Hudoklin
ed356eefa6
skydns service: fix skydns nameservers env option
2015-08-19 23:54:54 +02:00
Jaka Hudoklin
c33d282278
kubernetes service: fix for 1.0.3
2015-08-19 23:52:19 +02:00
Jaka Hudoklin
c171cfabed
nixos/racoon: create /var/racoon upon start
2015-08-19 23:38:44 +02:00
Eelco Dolstra
1f2eef5ae9
openssh: Re-enable DSA client keys
...
This was broken by a8eb2a6a81524f3be0c8886f6d06090b50b0a513.
2015-08-18 13:11:45 +02:00
Jan Malakhovski
2a9dbf36b3
nixos: make services.smartd much more helpful
...
Now it generates notifications for auto-detected devices as well as
for explicitly configured ones, sends well formed e-mails and supports
immediate `wall` and `xmessage` notifications.
2015-08-16 22:36:13 +00:00
Bjørn Forsman
7d414a0646
nixos: add services.printing.snmpConf option
...
And set the default value to "Address @LOCAL". This change is needed to
find printers at my workplace (with "lpinfo -v" or the
"system-config-printer" GUI). Ubuntu 14.04 also has this as default.
snmp.conf does not seem to be needed in restartTriggers, because it is
not the cups daemon itself that reads it, but some helper programs that
it spawns on demand.
2015-08-13 22:05:09 +02:00
Charles Strahan
c1ee8fefd4
nixos: add support for Ubuntu Fan Networking
...
This provides support for Ubuntu Fan Networking [1].
This includes:
* The fanctl package, and a corresponding NixOS service.
* iproute patches.
* kernel patches.
closes #9188
1: https://wiki.ubuntu.com/FanNetworking
2015-08-13 14:27:14 -04:00
Luca Bruno
36f4e0e2e7
gnome3: set desktopManagerHandlesLidAndPower to false
2015-08-13 01:39:52 +02:00
Rickard Nilsson
3afc387b4a
scollector: Update from 20150506172827 to 0.3.0
2015-08-11 13:46:17 +02:00
Joachim Fasting
2c5775b141
i2p service: use mkEnableOption
2015-08-09 02:29:35 +02:00
lethalman
076e90c67a
Merge pull request #9150 from tomberek/gateone_setup
...
gateone: Fix startup
2015-08-08 15:35:08 +02:00
Thomas Bereknyei
6b280b648f
kippo: fix check for pidPath
2015-08-07 01:01:22 -04:00
Thomas Bereknyei
825b8403a2
Check for pidDir and create
2015-08-07 00:43:29 -04:00
Eelco Dolstra
b3d8d750de
Remove /etc/nixos/nixpkgs from $NIX_PATH
...
NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to
get rid of it.
2015-08-05 14:34:33 +02:00
Eelco Dolstra
3f1354a3cd
Add an option ‘nix.nixPath’ for specifying $NIX_PATH
2015-08-05 14:33:15 +02:00
Anders Papitto
4f7819b89c
dnsmasq restarts if /etc/hosts file is changed by nixos-rebuild
2015-08-05 03:36:19 -07:00
Tobias Geerinckx-Rice
c22c874aeb
nixos: freefall service: run ASAP
2015-08-04 19:48:08 +02:00
Eelco Dolstra
c9e46da86b
cups-browsed: Only enable if avahi is enabled
...
This gets rid of
systemd[1]: Cannot add dependency job for unit avahi-daemon.service, ignoring: Unit avahi-daemon.service failed to load: No such file or directory.
2015-08-04 16:41:18 +02:00
Arseniy Seroka
a5b976e8d3
Merge pull request #9061 from tomberek/add_gateone
...
GateOne: init at 1.2
2015-08-04 07:16:21 +03:00
Edward Tjörnhammar
727e2b5237
nixos: gitit service, add all different repo initalizers
2015-08-03 22:29:47 +02:00
Edward Tjörnhammar
1e2d3f3b5f
nixos: gitit service, use list of strings for plugins
2015-08-03 22:29:41 +02:00
Edward Tjörnhammar
6d23f43b30
nixos: gitit service, use proper documentation formatting in examples
2015-08-03 22:29:30 +02:00
Edward Tjörnhammar
4802a277a4
nixos: gitit service, change yesNo to bool and add toYesNo from bool
2015-08-03 22:29:23 +02:00
Thomas Bereknyei
cb6dc71599
GateOne: init at 1.2
2015-08-03 11:01:05 -04:00
Sander van der Burg
5bbed3d52d
dd-agent: if nginx and mongodb integrations are enabled, then disk and network settings are not gathered anymore. This fixes the problem
2015-08-03 14:27:23 +00:00
Sander van der Burg
dc2a6e3d3d
dd-agent: Add support for MongoDB monitoring
2015-08-03 09:09:52 +00:00
Thomas Strobel
6193f5260c
tcsd module: adjust default value of kernelPCRs
2015-08-02 22:55:45 +02:00
Arseniy Seroka
372e5a7dcf
Merge pull request #9072 from benley/shout
...
Shout: new package and nixos module
2015-08-02 16:07:36 +03:00
Arseniy Seroka
b563775994
Merge pull request #9077 from ts468/upstream.tcsd
...
tcsd module: expose firmwarePCRs and kernelPCRs
2015-08-02 03:47:06 +03:00
Thomas Strobel
aa63d4299f
tcsd module: expose firmwarePCRs and kernelPCRs
2015-08-01 16:56:06 +02:00
Benjamin Staffin
ad4c957163
shout service: New module.
2015-08-01 03:36:45 -07:00
Thomas Tuegel
ebe0befd86
Merge branch 'quassel'
2015-07-30 21:51:37 -05:00
Thomas Tuegel
e5a93ab201
Revert "nixos/quassel: Temporarily switch back to qt4 since qt5 tls in quassel is broken"
...
This reverts commit c61d048427719d6e0c131f58825331df0a9d4ccc.
2015-07-30 21:24:11 -05:00
Tobias Geerinckx-Rice
c78fd07460
nixos: nix-daemon: update maxJobs description
...
I bought an X2 in 2006. It was awesome.
Use a more contemporary and model-agnostic example.
2015-07-30 19:06:45 +02:00
Jascha Geerds
2c9a97ee14
gnome3: Refactor default screensaver setting
2015-07-30 18:05:42 +02:00
Jascha Geerds
97dd0dae74
gnome3: Set nixos desktop background and screensaver
2015-07-30 17:56:01 +02:00
Kamil Chmielewski
2cf8d9b0ef
xserver: qtile as windowManager
2015-07-30 07:31:53 +02:00
viric
982ce5ed58
Merge pull request #8978 from dezgeg/pr-arm-images
...
ARM SD card image expressions
2015-07-29 14:13:57 +02:00
Luca Bruno
203dad10fe
Revert "Merge pull request #9034 from kamilchm/qtile-wm"
...
This reverts commit 27c73e252a042e88b3fae35f538d7e719d8ba9ea, reversing
changes made to 94302941148d606a5f3956adcca6ed70064eb6c8.
2015-07-29 12:30:01 +02:00
Kamil Chmielewski
68976a15e8
xserver: qtile as desktopManager
2015-07-28 23:39:57 +02:00
Vladimír Čunát
dbe12b643f
nixos/xfce: replace old gnome2 icons by gnome3
2015-07-28 17:05:08 +02:00
Nikolay Amiantov
dea8ebcfc5
dovecot: add lmtp support
2015-07-28 12:33:29 +03:00
Eelco Dolstra
99750d89dd
Don't evaluate haskellPackages when gitit is disabled
...
This cuts evaluation time of my NixOS configuration from 1.76s to
1.36s, and RSS from 443 MiB to 368 MiB.
Issue #8152 .
2015-07-28 10:25:31 +02:00
Eelco Dolstra
ace332eb36
Set a default value for services.postgresql.package
...
This is finally possible now that we have ‘system.stateVersion’
(allowing the default package to change over time).
2015-07-27 20:30:10 +02:00
Eelco Dolstra
a5b83c3573
sshd: Use RSA and ED25519 host keys
...
Closes #7939 .
2015-07-27 20:30:10 +02:00
Eelco Dolstra
e3a5bca4ae
Require signed binary caches by default
2015-07-27 20:30:09 +02:00
Mateusz Kowalczyk
4984bfe807
redshift: fix evaluation
...
Broken by 77d33f77d7cffa9e53c780398ae0fadc8dd0eda5 , cc @nckx
2015-07-27 16:46:57 +01:00
Tobias Geerinckx-Rice
77d33f77d7
nixos: redshift service: add extraOptions
2015-07-27 01:54:07 +02:00
William A. Kennington III
abc7c1b013
nixos/firewall: Add the ability to specify additional packages for extraCommands
2015-07-26 16:33:03 -07:00
Eelco Dolstra
f64589b2ef
firewall: Don't depend on ipset
...
NixOS doesn't use it, so no reason to include it.
2015-07-26 22:45:39 +02:00
Arseniy Seroka
adedca45d5
Merge pull request #8994 from AndersonTorres/icewm
...
IceWM: 1.3.8 -> 1.3.10
2015-07-26 20:04:54 +03:00
Arseniy Seroka
558dbbc7f3
Merge pull request #8947 from AndersonTorres/oroborus
...
Oroborus (2.0.20): New Package
2015-07-26 20:03:47 +03:00
AndersonTorres
bdd20cedc1
IceWM: 1.3.8 -> 1.3.10
...
A complete rewrite in comparision to previous expression.
2015-07-26 01:08:05 -03:00
Tobias Geerinckx-Rice
078ee4ac55
copy-com: 1.47.0410 -> 3.2.01.0481 + several fixes
...
The graphical UI (the largest part of this package) never worked; fixed.
Added myself as a maintainer.
2015-07-25 04:39:02 +02:00
Shea Levy
e3c374fac4
cron: Actually enable the service if enabled
2015-07-24 12:15:37 -04:00
Jascha Geerds
3d9a4d79cf
gnome3: Include gnome-shell-extensions in session path
2015-07-24 12:41:20 +02:00
lethalman
636f9ac0ed
Merge pull request #8799 from ryantm/master
...
heyefi service: init
2015-07-24 10:11:26 +02:00
danbst
26d5a1fc62
postgresql: add reload command
2015-07-24 01:41:32 +00:00
AndersonTorres
d004ac6857
Oroborus: init at 2.0.20
...
Oroborus (named after the self-eating snake) is a minimalistic window manager.
2015-07-23 13:50:26 -03:00
Eelco Dolstra
e2b25f9434
Use environment.etc to manage /etc/crontab
...
Otherwise, /etc/crontab won't be deleted when cron is disabled.
2015-07-22 15:15:09 +02:00
Eelco Dolstra
201f9beddb
Don't enable cron by default
...
The rationale for disabling this is: 1) systemd timers are better; 2)
it gets rid of one usually unnecessary process, which makes containers
more light-weight.
Note that cron is still enabled if services.cron.systemCronJobs is
non-empty, so this only matters if you have no declarative cron jobs
but do have user cron jobs.
2015-07-22 15:15:09 +02:00
Tuomas Tynkkynen
1947179036
nixos/rogue: Set WorkingDirectory to /tmp
...
Otherwise we can get an ugly /rogue.scr in the root of the filesystem
hierarchy.
2015-07-22 16:08:17 +03:00
Charles Strahan
babb744b71
riak: new nixos service
2015-07-21 09:25:41 -04:00
Austin Seipp
0c4fca7d61
Merge pull request #8690 from laMudri/synaptics
...
synaptics: fix to allow for more scrolling choices
2015-07-19 12:50:33 -05:00
Oliver Charles
08c192a40b
devmon: New service
2015-07-19 13:39:00 +01:00
Vladimír Čunát
9a80550cc4
Merge branch 'staging', discussion #8844
2015-07-19 08:09:29 +02:00
Luca Bruno
883517f37c
phpfpm: use latest php
2015-07-17 18:09:50 +02:00
Arseniy Seroka
19e5fd60b3
slim: use nixos theme by default
2015-07-17 17:01:07 +03:00
Vladimír Čunát
9f37e91ec5
Merge master into staging
...
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
tv
1306c11b94
bitlbee service: fix typo
2015-07-16 02:43:27 +02:00
William A. Kennington III
6281c618cf
lightdm: Fix location of loaders.cache after 49821433242c4f44cff038a039ead3bc9741fbf1
2015-07-15 15:30:39 -07:00
William A. Kennington III
25e60feb72
Merge branch 'master.upstream' into staging.upstream
2015-07-15 02:02:46 -07:00
James Felix Black
be5ad1d07c
window-manager service: add notion
...
Add the notion window manager to the windowManager service definition.
2015-07-14 12:36:59 -04:00
Ryan Mulligan
9d485d9433
heyefi service: make uploadDir path more generic and a string
2015-07-14 06:56:30 -07:00
Ryan Mulligan
d11edff860
heyefi service: use mkEnableOption
2015-07-14 06:54:51 -07:00
Ryan Mulligan
d6cee31b04
heyefi service: init
2015-07-14 06:42:02 -07:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Eelco Dolstra
7b38cb699d
services.openssh.knownHosts.*.publicKey: Update description and add example
...
Note that it's no longer allowed to have multiple public keys
separated by a newline.
2015-07-13 16:21:57 +02:00
tv
baab714b2e
charybdis service: fix preStart script
2015-07-13 15:11:18 +02:00
Leroy Hopson
2e49828d9c
firefox sync-server service: make path to paster executable absolute
...
The systemd service was ignoring ExecStart because the path to the
paster executable was not absolute. Because ExecStart was ignored, the
service would not start.
2015-07-12 20:43:52 +12:00
James Cook
a456168e5b
Merge pull request #6702 from joachifm/dnscrypt-proxy
...
nixos: some improvements for dnscrypt-proxy
2015-07-12 00:17:46 -07:00
Eelco Dolstra
dc62669335
Set ‘allowSubstitutes = false’ on various derivations
...
This reduces the number of binary cache requests. See
b64988bb35
.
2015-07-09 15:10:37 +02:00
Pascal Wittmann
1e4483b1ec
nixos/bitlbee: fixed protocols option
2015-07-08 19:30:20 +02:00
Pascal Wittmann
c0de3b306b
nixos/bitlbee: add hostname, config dir and protocols options
2015-07-08 19:14:36 +02:00
Jaka Hudoklin
95369cd831
Merge pull request #8679 from offlinehacker/kubernetes/fixes3
...
nixos/kubernetes: fix cadvisor, kubelet autoregistration
2015-07-08 12:16:18 +02:00
Arseniy Seroka
7e7371fe3c
Merge pull request #8639 from sjmackenzie/zerotierone
...
zerotier-one: service add
2015-07-08 02:15:14 +03:00
laMudri
0f63a624f7
synaptics: fix to allow for more scrolling choices
2015-07-07 20:56:13 +01:00
Eelco Dolstra
9fa19cfcea
apache-httpd: Don't set default content encodings
...
In general, you don't want a .tar.gz file to be served with
"Content-Encoding: x-gzip", because this causes browsers (like Chrome
or "curl --compressed") to decompress the file on the fly. So you end
up with a .tar rather than .tar.gz file, which is unexpected.
If people want such encodings, they should set them in their own NixOS
configuration.
2015-07-07 12:12:49 +02:00
Jaka Hudoklin
5aefc44da9
nixos/kubernetes: fix cadvisor, kubelet autoregistration
2015-07-07 11:34:33 +02:00
Simon Vandel Sillesen
e85dac137e
sundtek init at 30-06-2015
2015-07-07 10:58:58 +02:00
Luca Bruno
41cf8be412
nixos nix-daemon: lower priority is 19. Closes #8675
2015-07-07 09:49:05 +02:00
Stewart Mackenzie
5297371b95
zerotier-one: service add
2015-07-07 07:11:44 +08:00