summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* tlp service: disable builtin power managementNikolay Amiantov2016-07-03
|
* Merge #16422: httpd service: add phpPackage optionVladimír Čunát2016-07-03
|\
| * apache-httpd: add phpPackage optionEric Sagnes2016-06-22
| |
* | Merge pull request #16356 from DamienCassou/emacs-moduleDamien Cassou2016-07-03
|\ \ | | | | | | Add a module for Emacs daemon
| * | Add test for emacs moduleDamien Cassou2016-07-01
| | |
| * | Add an option to set EDITOR to emacsclientRodney Lorrimar2016-07-01
| | |
| * | Add a module for Emacs daemonDamien Cassou2016-07-01
| | |
* | | Merge pull request #16568 from layus/reload-logindJoachim Fasting2016-07-03
|\ \ \ | | | | | | | | systemd-logind: reload when logind.conf changed
| * | | systemd-logind: reload when logind.conf changedGuillaume Maudoux2016-07-03
| | | |
* | | | nixos/libvirtd: Don't use the --daemon flag now that we use the 'notify' ↵Rickard Nilsson2016-07-01
| | | | | | | | | | | | | | | | service type
* | | | nixos/elasticsearch: Set a group on the userRickard Nilsson2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | This fixed a problem I had when running ElasticSearch in an LXC container, and it doesn't hurt using a dedicated group instead of nogroup anyway.
* | | | nixos/update-users-groups.pl: print UIDs and GIDsBjørn Forsman2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of showing this output from "nixos-rebuild switch": warning: not applying GID change of group ‘munin’ warning: not applying UID change of user ‘ntp’ print this: warning: not applying GID change of group ‘munin’ (95 -> 102) warning: not applying UID change of user ‘ntp’ (3 -> 179) This makes it possible for users to take action and fixup the UIDs/GIDs that NixOS won't touch.
* | | | switch-to-configuration: use absolute path to systemd-escapeBjørn Forsman2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue when upgrading from very old NixOS systems that don't have systemd-escape in $PATH: $ sudo nixos-rebuild switch ... building the system configuration... updating GRUB 2 menu... Can't exec "systemd-escape": No such file or directory at /nix/var/nix/profiles/system/bin/switch-to-configuration line 264. Unable to escape /!
* | | | Merge branch 'staging'Vladimír Čunát2016-06-29
|\ \ \ \ | | | | | | | | | | | | | | | This includes a security update of expat.
| * \ \ \ Merge 'master' into staging and re-revert mergeVladimír Čunát2016-06-23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ... from staging to master, reverted temporarily in aa9a04883e34.
* | | | | | nixos/gnome-desktop: enable colord serviceBjørn Forsman2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this (line wrapped): $ gnome-control-center [... click on the "Color" item ...] (gnome-control-center:3977): color-cc-panel-WARNING **: \ The name org.freedesktop.ColorManager was not provided by any .service files With this patch applied, the above warnings are not printed and the GUI shows some devices that can be managed (my printer and display). Without this patch the GUI is empty (non-functional). (cups will also complain in the journal with a similar message when doing print jobs, without this patch.)
* | | | | | Merge pull request #16405 from ↵Wout Mertens2016-06-28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | philandstuff/better-dbus-services-packages-docstring services.dbus module: more complete docstring
| * | | | | services.dbus module: more complete docstringPhilip Potter2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docstring for the `services.dbus.packages` configuration option only mentioned one directory, but the implementation actually looked for DBus config files in four separate places within the target packages. This commit updates the docstring to reflect the actual implementation behaviour.
* | | | | | nixos/libvirt: Syntactic-only refactoringRickard Nilsson2016-06-27
| | | | | |
* | | | | | nixos/libvirt: Add virtlogd and virtlockd systemd sockets and servicesRickard Nilsson2016-06-27
| | | | | |
* | | | | | nixos/libvirt: Adapt libvirtd.service to upstream sourcesRickard Nilsson2016-06-27
| | | | | |
* | | | | | nixos/libvirt: Remove non-functional service libvirt-guestsRickard Nilsson2016-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't have a start script, so it hasn't worked at all in a long time.
* | | | | | services/avahi: Add domainName settingCorbin2016-06-26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15795.
* | | | | | modules.resolved: Enhance by upstream options (#15897)Alexander Ried2016-06-26
| | | | | |
* | | | | | modules/users-groups: add shell exampleProfpatsch2016-06-25
| | | | | |
* | | | | | Revert "stdenv: introduce baseHash() to replace stripHash()"zimbatm2016-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced by mistake This reverts commit e71a5cb87841f0af4a2279517b77a9a07ba394c0.
* | | | | | stdenv: introduce baseHash() to replace stripHash()zimbatm2016-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stripHash uses a global variable to communicate it's computation results, but it's not necessary. You can just pipe to stdout in a subshell. A function mostly behaves like just another command. baseHash() also introduces a suffix-stripping capability since it's something the users of the function tend to use.
* | | | | | Merge pull request #16381 from sheenobu/bugfix/logstash/fix_examplesArseniy Seroka2016-06-25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | logstash: fix examples in service file
| * | | | | logstash: fix examples in service fileSheena Artrip2016-06-24
| |/ / / /
* | | / / networkmanager: Dependency on avahi-autoipd has been dropped.Alexander Ried2016-06-23
| |_|/ / |/| | | | | | | | | | | Native IPv4 link-local addressing configuration based on systemd network library is now used instead.
* | | | Revert "Merge branch 'staging'" due to glibcVladimír Čunát2016-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main output started to retain dependency on bootstrap-tools; see https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096 This reverts commit c05d8295988697adbb920a7b4a999ae3670c5504, reversing changes made to f073df60d60444c30c49cb26d6b187a4100b41fe.
* | | | Merge pull request #15579 from abbradar/nixos-install-sslNikolay Amiantov2016-06-23
|\ \ \ \ | |_|_|/ |/| | | nixos-install: fix SSL certificate error
| * | | nixos-install: fix SSL certificate errorNikolay Amiantov2016-05-20
| | | |
* | | | Merge pull request #16420 from bjornfor/printing-fixes-for-upstreamLuca Bruno2016-06-22
|\ \ \ \ | | | | | | | | | | nixos/gnome-desktop: fix adding printers with GNOME Control Center
| * | | | nixos/gnome-desktop: fix adding printers with GNOME Control CenterBjørn Forsman2016-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...by adding system-config-printer to services.dbus.packages (if services.printing.enable is true). Without this patch, trying to add a printer will result in a little dialog saying "Failed to add new printer" and gnome-control-center will print this to the terminal (line wrapped): (gnome-control-center:3546): printers-cc-panel-WARNING **: \ GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: \ The name org.fedoraproject.Config.Printing was not provided by any .service files system-config-printer supplies the "org.fedoraproject.Config.Printing" dbus service, thus fixing the problem.
* | | | | Merge branch 'staging'Vladimír Čunát2016-06-22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | make-wrapper: fixup #14753 changes to make tests workVladimír Čunát2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests need to expand passed variable and very carefully. I could see no other easy way than to change single-quoting in makeWrapper to double-quoting. The tests now fail with the same problem as on master...
* | | | | Merge pull request #16086 from layus/inginiousFrederik Rietdijk2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | INGInious: provide a NixOS module
| * | | | | inginious: init NixOS moduleGuillaume Maudoux2016-06-14
| | | | | |
* | | | | | Merge pull request #16239 from Ralith/matrix-synapseFrederik Rietdijk2016-06-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | matrix-synapse: 0.14 -> 0.16
| * | | | | | matrix-synapse: 0.14 -> 0.16Benjamin Saunders2016-06-17
| | | | | | |
* | | | | | | coturn: init at 4.5.0.3 (#16284)Benjamin Saunders2016-06-21
| |_|_|_|_|/ |/| | | | |
* | | | | | xl2tpd: add nixos module for serviceobadz2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | (required adding execv to libredirect)
* | | | | | Merge pull request #16021 from Baughn/systemd-lingerEelco Dolstra2016-06-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | systemd: Set KillUserProcesses=no in logind.conf
| * | | | | systemd: Set KillUserProcesses=no in logind.confSvein Ove Aas2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full discussion at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394 NixOS is even more of a server OS than Debian, and I can think of no reason to make users jump through this sort of hoop.
* | | | | | i3 & xfce modules: add extraSessionCommands for WM-specific user-defined ↵obadz2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xsession lines Could be extended to other window managers/desktops as well
* | | | | | Merge pull request #16189 from zimbatm/usershell-configzimbatm2016-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | User shell config
| * | | | | | Use shell packages to select the user's shellzimbatm2016-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The string type is still available for backward-compatiblity.
* | | | | | | Merge pull request #16180 from zimbatm/shell-escapingzimbatm2016-06-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Escape all shell arguments uniformly
| * | | | | | | Escape all shell arguments uniformlyzimbatm2016-06-12
| |/ / / / / /