Domen Kožar
73ba0ae2de
Remove which -> type -P alias.
...
Aliases are not the same as programs. They won't work in subshells.
It's better to just use which as it's only 88K.
2016-03-03 16:15:25 +00:00
Evgeny Egorochkin
18d43d74f6
azure-image: provide configuration.nix which allows nixos-rebuild to build a working generation and add helpful comments
2016-03-03 04:03:07 +02:00
Nathan Zadoks
1904ef7f09
systemd: enable upstream systemd-binfmt.service
...
Since we don't restart sysinit.service in switch-to-configuration, this
additionally overrides systemd-binfmt.service to depend on
proc-sys-fs-binfmt_misc.automount, which is normally provided by
sysinit.service.
2016-03-02 21:00:47 +01:00
Anders Lundstedt
c2bce0cd02
Respect umask settings in Transmission config
...
In NixOS/nixpkgs@da6bc44 @thoughtpolice
made the Transmission NixOS module override the umask setting in the
Transmission config. This commit removes that override.
I want a different umask setting and I guess it is possible that other
people might want it to. Thus I think it is a good idea to respect the
umask settings in the Transmission config.
2016-03-02 19:26:48 +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
Peter Simons
ed5eb2aed8
Fix Emacs syntax highlighting in NixOS dovecot module.
2016-03-02 16:11:49 +01:00
Alex Franchuk
69d8cb4a6b
libreswan: add package and service to nixos
2016-03-02 09:44:30 -05:00
Maxwell
e50da7ee6a
bspwm: add startThroughSession & sessionScript option
...
Add ability to do a more traditional bspwm startup (using the bspwm-session
script provided by nixpkgs.bspwm) as an alternative to directly starting
sxhkd & bspwm
Also added the ability to specify a custom startup script, instead of
relying on the provided bspwm-session
2016-03-01 17:29:15 -05:00
Eelco Dolstra
b2197b84c2
Fix NixOS eval
2016-03-01 22:07:54 +01: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
joachifm
3d382e7f22
Merge pull request #13522 from Pleune/fix/x11-bspwm-update
...
x11 service: bspwm limit sxhkd freqency
2016-03-01 00:03:22 +00:00
Luca Bruno
55c20bfe89
Merge pull request #10288 from lethalman/gnomeiso
...
installer: add graphical GNOME iso
2016-02-29 15:56:47 +01:00
Luca Bruno
aa9576bceb
installer: add graphical GNOME iso
2016-02-29 15:51:38 +01:00
Mitchell Pleune
b5ee64410d
x11 service: bspwm limit sxhkd freqency
...
add '-f 100' as an argument to sxhkd to keep it from flooding bspwm
add SXHKD_SHELL=/bin/sh to help default to a faster shell than what may
be set in $SHELL (example: with zsh)
2016-02-29 08:40:18 -05:00
Thomas Strobel
2d6696fc0a
nixos-modules: Fixes related to "literalExample" and "defaultText".
2016-02-29 01:47:12 +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
Franz Pletz
a9d24cedeb
Merge pull request #12487 from hrdinka/refactor/nsd
...
Refactor NSD service and update to 4.1.7
2016-02-28 17:13:21 +01:00
Franz Pletz
fde23a01b4
nixos/collectd: Fix package option
...
Commit ed979124ca
was missing some code.
2016-02-28 14:55:58 +01:00
Thomas Tuegel
c62bf00442
nixos: remove top-level uim option
2016-02-28 07:12:55 -06:00
Thomas Tuegel
efad7bd47d
fcitx: show available engines in module description
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
Domen Kožar
02c7d65bf9
fix NixOS eval
2016-02-28 09:36:23 +00:00
Vladimír Čunát
f8516a0717
nixos copySystemConfiguration: fix when chrooted
...
Fixes #7974 . Also makes the description more informative.
2016-02-28 10:08:42 +01:00
Domen Kožar
8b2be11b13
note the desktopManagerHandlesLidAndPower removal
2016-02-28 08:33:14 +00:00
Domen Kožar
4c17d3892b
Merge pull request #9727 from Profpatsch/dm-lid-management
...
remove desktopManagerHandlesLidAndPower
2016-02-28 08:28:17 +00:00
Christoph Hrdinka
fd46f18cf6
nsd service: add build time config validation
2016-02-28 09:18:39 +01:00
Christoph Hrdinka
c4c9019105
nsd service: make use of literalExample
2016-02-28 09:18:11 +01:00
Christoph Hrdinka
6a096504cc
nsd service: add missing options
2016-02-28 09:18:11 +01:00
Christoph Hrdinka
8442a7d12c
nsd service: code cleanup
...
Puts everything in alphanumeric order and removes unnecessary spaces to better
match NixOS coding style.
2016-02-28 09:18:11 +01:00
Domen Kožar
88df035818
Merge pull request #13524 from makefu/bepasty-recursive-env
...
services.bepasty: buildEnv for creating PYTHONPATH
2016-02-28 06:20:29 +00:00
makefu
3f7c600666
services.bepasty: buildEnv for creating PYTHONPATH
...
Fixes 'You need gevent installed to use this worker.' as well as missing Flask deps.
2016-02-28 01:35:56 +01:00
Graham Christensen
7df907b272
moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725
2016-02-27 17:22:14 -06:00
Eelco Dolstra
bf9c57fc49
Improve services.locate.period deprecation message
2016-02-27 20:48:12 +01: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
Domen Kožar
04422bb3ca
Merge pull request #8630 from lihop/nixos/fix-formatting
...
nixos: fix formatting of option examples
2016-02-27 10:08:37 +00:00
Vladimír Čunát
3cf9cd8bc3
Merge #12796 : nixos docs: show references to packages
...
(version 2) A better implementation of #10039 , after #12357 .
This time I did more thorough checking.
See commit messages for details.
2016-02-27 10:48:12 +01:00
Leroy Hopson
392ca77d4c
nixos/activation-script: fix formatting of example
2016-02-27 22:25:40 +13:00
Leroy Hopson
c1e674c4ca
xserver service: fix formatting of example
2016-02-27 22:25:40 +13:00
Leroy Hopson
25fd9e31a2
phpfpm service: fix formatting of example
2016-02-27 22:25:40 +13:00
Leroy Hopson
eb90705d45
fail2ban service: fix formatting of example
2016-02-27 22:25:39 +13:00
Leroy Hopson
f6f892e2d6
nsd service: fix formatting of example
2016-02-27 22:25:39 +13:00
Leroy Hopson
24d5d28820
cacert: fix formatting of example
2016-02-27 22:25:39 +13:00
Leroy Hopson
3fc6470515
nixos/freetds: fix formatting of example
2016-02-27 22:25:39 +13:00
Leroy Hopson
3e326efffc
nixos/vpnc: fix formatting of example
2016-02-27 22:25:39 +13:00
Robert Klotzner
e361cdd5c3
nixos: libinput use mkEnableOption
2016-02-27 07:24:47 +01:00
Thomas Tuegel
639c6b91a9
ibus: add engine list to module description
2016-02-26 18:43:54 -06:00
Thomas Tuegel
2383a708f6
ibus: refresh cache at startup
2016-02-26 18:43:41 -06:00
Thomas Tuegel
272cf5c44f
Merge branch 'ibus'
2016-02-26 18:10:11 -06:00
Thomas Tuegel
d30a128467
ibus: rewrite NixOS module
2016-02-26 18:08:48 -06:00
Arseniy Seroka
766ad682f1
Merge pull request #13471 from Profpatsch/networkmanager-link-local
...
networkmanager: fix link-local ip addresses
2016-02-27 02:55:31 +03:00