Robin Gloster
a4e65c3639
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-30 09:01:20 +00:00
joachifm
f807cce1eb
Merge pull request #14175 from peterhoeg/tmux
...
tmux nixos module: add nixos program module for tmux
2016-03-29 20:26:42 +00:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Peter Hoeg
a314814c19
tmux nixos module: add nixos program module for tmux
...
This basic module allows you to specify the tmux configuration.
As great as tmux is, some of the defaults are pretty awful, so having a
way to specify the config really helps.
2016-03-27 13:24:09 +08:00
Slawomir Gonet
3ff417cbb7
znapzend service: init at 0.15.3
2016-03-24 20:57:33 +01:00
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00:00
Nikolay Amiantov
83ff545bfd
mjpg-streamer service: init
2016-03-12 18:53:02 +03:00
Vladimír Čunát
61556b727a
nixos/mantisbt: add a simple service
...
It doesn't really deserve a package, as it's just a bunch of PHP scripts
copied into a folder and we have to copy on reconfiguration anyway.
2016-03-11 15:59:26 +01:00
Nikolay Amiantov
08893956fb
Merge pull request #13823 from abbradar/colord
...
colord color management daemon
2016-03-11 13:50:12 +03:00
Vladimír Čunát
6f9fe31b42
awstats: init at 7.4, including a simple service
2016-03-11 10:37:06 +01:00
Nikolay Amiantov
776845bbeb
xiccd: init at 0.2.2
2016-03-11 01:26:56 +03:00
Franz Pletz
cb3d27df93
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-05 18:55:30 +01:00
Adam Boseley
5b83791207
spice-vdagentd service : initial at 0.16.0
2016-03-05 07:56:47 +10:00
Eelco Dolstra
6bd0c3fe9d
ifplugd: Remove
...
This package hasn't been updated in 11 years, and isn't really useful
anymore in a modern Linux system.
2016-03-03 19:43:11 +01:00
Franz Pletz
aa819b8d39
Merge pull request #13591 from mayflower/services/nntp-proxy
...
nntp-proxy service: init
2016-03-03 18:57:25 +01:00
Robin Gloster
fed49425c5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-03 16:11:55 +00:00
Tristan Helmich
17389e256f
nntp-proxy service: init
2016-03-03 14:14:19 +01:00
Nikolay Amiantov
23dd97ee88
Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgs
2016-03-02 18:56:24 +03:00
Alex Franchuk
69d8cb4a6b
libreswan: add package and service to nixos
2016-03-02 09:44:30 -05:00
Eelco Dolstra
f3d94cfc23
Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"
...
This reverts commit cad8957eab
. It
breaks NixOps, but more importantly, such major changes to the module
system really need to be reviewed.
2016-03-01 20:52:06 +01:00
Thomas Strobel
cad8957eab
Add the tool "nixos-typecheck" that can check an option declaration to:
...
- Enforce that an option declaration has a "defaultText" if and only if the
type of the option derives from "package", "packageSet" or "nixpkgsConfig"
and if a "default" attribute is defined.
- Enforce that the value of the "example" attribute is wrapped with "literalExample"
if the type of the option derives from "package", "packageSet" or "nixpkgsConfig".
- Warn if a "defaultText" is defined in an option declaration if the type of
the option does not derive from "package", "packageSet" or "nixpkgsConfig".
- Warn if no "type" is defined in an option declaration.
2016-02-29 01:09:00 +01:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
Thomas Tuegel
c62bf00442
nixos: remove top-level uim option
2016-02-28 07:12:55 -06:00
Thomas Tuegel
a91161aa57
nixos: remove qtPlugins and gtkPlugins
...
Both Qt and GTK load plugins from the active profiles
automatically, so it is sufficient to install input methods
system-wide. Overriding the plugin paths may interfere with correct
operation of other plugins.
2016-02-28 07:12:55 -06:00
Eelco Dolstra
d4636fa254
Revert "Add a way to pin a NixOS version within the module system."
...
This reverts commit a5992ad61b
. Motivation:
a5992ad61b (commitcomment-14986820)
2016-02-27 20:48:12 +01:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
Michael Raitza
d09c7986de
config.security.oath: new module
...
Add a module to make options to pam_oath module configurable.
These are:
- enable - enable the OATH pam module
- window - number of OTPs to check
- digits - length of the OTP (adds support for two-factor auth)
- usersFile - filename to store OATH credentials in
2016-02-25 13:52:45 +00:00
Emery
b16dc8dcc5
New hdapsd module
2016-02-24 21:51:13 +01:00
Jordan Mulcahey
a2b8cc0aaf
netatalk: 3.1.0 -> 3.1.7, new service module
2016-02-24 19:32:54 +01:00
zimbatm
2a0f6453d5
Merge pull request #12540 from eskimor/libinput-master
...
nixos: Libinput: Add support like there is for synaptics
2016-02-24 00:01:38 +00:00
Sou Bunnbu
7fcecec58b
Merge pull request #11254 from ericsagnes/standardize-im
...
Improve and standardize input methods
2016-02-22 10:13:54 +08:00
Robin Gloster
bc21db3692
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-19 21:16:14 +00:00
Eric Sagnes
3ad12f2dec
inputMethod service: init
2016-02-19 08:52:18 +09:00
Nikolay Amiantov
53269f1455
octoprint service: init
2016-02-17 17:05:59 +03:00
Eric Sagnes
3ed3f061da
nabi service: init
2016-02-17 20:44:29 +09:00
Eric Sagnes
4a199d9955
uim service: init
2016-02-17 20:44:29 +09:00
Eric Sagnes
52dd53373f
ibus service: refactoring
2016-02-17 20:44:29 +09:00
Eric Sagnes
850be632a0
fcitx service: init
2016-02-17 20:44:29 +09:00
Nikolay Amiantov
1c8a21dfad
Merge branch 'pdnsd-service' of https://github.com/nfjinjing/nixpkgs
...
Closes #12932
2016-02-16 20:35:01 +03:00
Nikolay Amiantov
39e9b43082
Merge branch 'gammu-smsd' of https://github.com/zohl/nixpkgs into zohl-gammu-smsd
...
Closes #12998
2016-02-16 19:40:00 +03:00
Cole Mickens
c7571611dc
cfdyndns: init at 0.0.1
2016-02-15 12:54:04 -08:00
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Al Zohali
7b7cf281d3
gammu-smsd service: init
2016-02-15 00:26:41 +03:00
Jinjing Wang
73b9a9662d
pdnsd service: init
2016-02-12 19:53:41 +08:00
Edward Tjörnhammar
faf01ab0f7
Merge pull request #12038 from womfoo/facetimehd
...
facetimehd: PCIe webcam support for Macbooks
2016-02-12 07:32:42 +01:00
Robin Gloster
9229e9c656
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-07 11:17:57 +00:00
Robin Gloster
f7aa921773
Merge pull request #12560 from tvestelind/haka
...
Haka: new package
2016-02-06 20:32:39 +01:00
Eelco Dolstra
901163c0c7
Split the initrd sshd support into a separate module
...
Also, drop boot.initrd.postEarlyDeviceCommands since preLVMCommands
should work fine.
2016-02-02 19:59:27 +01:00
Robin Gloster
8329066d5e
lsh: remove last references
2016-01-30 16:36:57 +00:00
Kranium Gikos Mendoza
9213916ca7
facetimehd: init at git-20160127
2016-01-28 02:59:36 +08:00