summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Move most extra args out of eval-config.nixShea Levy2015-03-12
|
* Add comments about the module system interfaceShea Levy2015-03-12
| | | | | | | Ideally the module system could be configured pretty much completely by the contents of the modules themselves, so add comments about avoiding complicating it further and possibly removing now-redundant configurability from the existing interface.
* evalModules: Add internal option for the check argumentShea Levy2015-03-12
|
* nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy2015-03-12
|
* modules.nix: Generate the extra argument set from the configurationShea Levy2015-03-12
| | | | | | | This allows for module arguments to be handled modularly, in particular allowing the nixpkgs module to handle the nixpkgs import internally. This creates the __internal option namespace, which should only be added to by the module system itself.
* xfce: more update falloutVladimír Čunát2015-03-12
| | | | | | | | - forgotten mousepad update, including some wrapping magic - dealing with panel plugins (either fix or mark as broken) CC maintainer @AndersonTorres. - remove some libxfcegui4 occurrences, as it's being phased out - minor stuff
* Merge pull request #6765 from gebner/ibus-pluginslethalman2015-03-12
|\ | | | | Add ibus-qt and ibus-anthy.
| * Add ibus-qt.Gabriel Ebner2015-03-11
| |
| * ibus: Enable XIM support.Gabriel Ebner2015-03-11
| | | | | | | | This allows firefox to use ibus.
| * Add programs.ibus config option to enable ibus and plugins.Gabriel Ebner2015-03-11
| |
* | cupsd: rename `cupsd.service` to `cups.service`Kirill Elagin2015-03-12
|/
* Merge branch 'kde5'Thomas Tuegel2015-03-11
|\
| * kde5: use ksshaskpass for SSH_ASKPASSThomas Tuegel2015-03-11
| |
| * ssh: make askPassword an optionThomas Tuegel2015-03-11
| | | | | | | | | | | | By making askPassword an option, desktop environment modules can override the default x11_ssh_askpassword with their own equivalent for better integration. For example, KDE 5 uses plasma5.ksshaskpass instead.
| * kde5: add kde-workspace and kde-runtime to systemPackagesThomas Tuegel2015-03-11
| |
* | Merge pull request #6512 from bjornfor/nixos-haproxy-cleanuplethalman2015-03-11
|\ \ | | | | | | nixos/haproxy: remove broken default 'config'
| * | nixos/haproxy: remove broken default 'config'Bjørn Forsman2015-02-22
| | | | | | | | | | | | | | | | | | HAProxy fails to start with the default 'config'. Better disable it and assert that the user provides a suitable 'config'. (AFAICS, there cannot really be a default config file for HAProxy.)
* | | Manual tweakEelco Dolstra2015-03-11
| | |
* | | Merge pull request #6724 from anderspapitto/locallethalman2015-03-11
|\ \ \ | | | | | | | | Add x11 service for unclutter
| * | | Add x11 service for unclutterAnders Papitto2015-03-08
| | | | | | | | | | | | | | | | modeled after the redshift service
* | | | Merge pull request #6739 from joachifm/refactor-tarsnap-serviceArseniy Seroka2015-03-11
|\ \ \ \ | | | | | | | | | | nixos: refactor tarsnap backup service module
| * | | | nixos: refactor tarsnap backup service moduleJoachim Fasting2015-03-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes - Port to systemd timers: for each archive configuration is created a tarsnap@archive-name.timer which triggers the instanced service unit - Rename the `config` option to `archives` Minor/superficial improvements - Restrict tarsnap service capabilities - Use dirOf builtin - Set executable bit for owner of tarsnap cache directory - Set IOSchedulingClass to idle - Humanize numbers when printing stats - Rewrite most option descriptions - Simplify assertion
* | | | Merge pull request #6345 from puffnfresh/feature/mtrack-optionsArseniy Seroka2015-03-11
|\ \ \ \ | | | | | | | | | | Add more options to multitouch (mtrack) module
| * | | | Add more options to multitouch (mtrack) moduleBrian McKenna2015-02-14
| | | | |
* | | | | nixos/lightdm: Add a background optionWilliam A. Kennington III2015-03-10
| | | | |
* | | | | nixos/lightdm: Fix data directoryWilliam A. Kennington III2015-03-10
| |_|_|/ |/| | |
* | | | nixos/lightdm: Small cleanupWilliam A. Kennington III2015-03-10
| | | |
* | | | nixos/sddm: Hide users which don't have login shellsWilliam A. Kennington III2015-03-10
| | | |
* | | | nixos/lightdm: More CleanupsWilliam A. Kennington III2015-03-10
| | | |
* | | | lightdm: Fix renderingWilliam A. Kennington III2015-03-10
| | | |
* | | | Document container@ systemd serviceLuca Bruno2015-03-10
| | | |
* | | | Merge pull request #6540 from k0ral/transmissionlethalman2015-03-10
|\ \ \ \ | | | | | | | | | | Simplify (and fix) settings for transmission module
| * | | | Simplify (and fix) settings for transmission module.koral2015-02-26
| | | | |
* | | | | Merge pull request #6440 from k0ral/fcgiwraplethalman2015-03-10
|\ \ \ \ \ | | | | | | | | | | | | Updated fcgiwrap's systemd unit to match upstream version.
| * | | | | Updated fcgiwrap's systemd unit to match upstream version.koral2015-02-18
| |/ / / /
* | | | | nixos/display-manager: Support configurable hidden usersWilliam A. Kennington III2015-03-09
| | | | |
* | | | | nixos/lightdm: We now use a global lightdm.confWilliam A. Kennington III2015-03-09
| | | | |
* | | | | switch-to-configuration: Don't print already active target unitsEelco Dolstra2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we restart all active target units (of which there are many), it's hard to see the units that actually matter. So don't print that we're starting target units that are already active.
* | | | | nixos-rebuild: Add ‘dry-activate’ commandEelco Dolstra2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ‘nixos-rebuild dry-activate’ builds the new configuration and then prints what systemd services would be stopped, restarted etc. if the configuration were actually activated. This could be extended later to show other activation actions (like uids being deleted). To prevent confusion, ‘nixos-rebuild dry-run’ has been renamed to ‘nixos-rebuild dry-build’.
* | | | | httpd: Disable insecure protocols/ciphers by defaultEelco Dolstra2015-03-09
| | | | | | | | | | | | | | | | | | | | This makes us resistant to FREAK and similar attacks.
* | | | | sshd: Enable seccomp sandboxingEelco Dolstra2015-03-09
| | | | |
* | | | | Merge pull request #6720 from nslqqq/nmhookslethalman2015-03-09
|\ \ \ \ \ | | | | | | | | | | | | New NetworkManager Dispatcher scripts options
| * | | | | Add dispatcher configuration options to NetworkManager moduleNikita Mikhailov2015-03-08
| | | | | |
* | | | | | Merge pull request #6699 from hakuch/fix_sambaWilliam A. Kennington III2015-03-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Samba: Fixed "syncPasswordsByPam".
| * | | | | | Samba: Fixed "syncPasswordsByPam".Jesse Haber-Kucharsky2015-03-07
| | | | | | |
* | | | | | | PAM/eCryptfs now able to mount ecryptfs'd home directories on loginobadz2015-03-08
| |/ / / / / |/| | | | |
* | | | | | Optional user and group to run the MPDUnai Zalakain2015-03-08
|/ / / / /
* | | | | nixos docs: fix typoVladimír Čunát2015-03-07
| | | | |
* | | | | stage-1: fix hibernation (close #6675)Nikolay Amiantov2015-03-07
| | | | | | | | | | | | | | | | | | | | Fixes #6617.
* | | | | Revert "linux: disable UEVENT_HELPER*"Eelco Dolstra2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9f87f3ccb0963e317594018016113ecea4686fe0 because it causes /proc/sys/kernel/hotplug to not be cleared on Linux <= 3.14.