summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #5517 from paraseba/bumblebeelethalman2015-01-19
|\ | | | | Bumblebee config to enable multiple monitors
| * Bumblebee config to enable multiple monitorsSebastián Bernardo Galkin2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added configurations to `bumblebee` package to easy multiple monitors on Optimus machines. The behaviour of the default `bumblebee` package hasn't change, so this change is backwards compatible. Users who want to connect a monitor to their discrete card should use the package `bumblebee_display` instead. Also added new configuration option to nixos bumblebee module: ``` hardware.bumblebee.connectDisplay = true ``` will enable the new configuration, but the default is still false.
* | Merge pull request #4394 from wmertens/patch-6wmertens2015-01-19
|\ \ | | | | | | setup-etc.pl: Fail when symlink/rename fails
| * | setup-etc.pl: Fail when symlink/rename failswmertens2014-10-06
| | | | | | | | | When atomicSymlink can't symlink or rename, it should return failure. This is then handled with `... or die` and `... or warn`
* | | Merge pull request #5849 from robberer/systemd/restartassertlethalman2015-01-19
|\ \ \ | | | | | | | | systemd: extend checkUnitConfig with on-abnormal
| * | | systemd: extend checkUnitConfig with on-abnormalLongrin Wischnewski2015-01-19
| | | |
* | | | nixos/dovecot: added configFile option and default Restart on-failure, PR #5845Andrey Arapov2015-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Absolute path is required when one has such postfix configuration where he/she needs to specify the actual (real) path to active dovecot config. Without this commit applied, the dovecot is running in such way: /nix/store/hashAAA-dovecot-ver/sbin/dovecot -F -c /nix/store/hashBBB-dovecot2.conf and postfix can't be aware of the value of "hashBBB" via services.postfix.extraConfig = '' ... ''; (it can only be aware of "hashAAA" with ${pkgs.dovecot} parameter) Also enable Restart on-failure. Edit: set RestartSec to 1s
* | | | nixos/sync-server: Respect the enable optionWilliam A. Kennington III2015-01-18
| | | |
* | | | Merge pull request #5301 from nbp/syncserverDomen Kožar2015-01-18
|\ \ \ \ | |/ / / |/| | | Add Firefox Sync service
| * | | Improve the documentation of the syncserver module.Nicolas B. Pierron2015-01-18
| | | |
| * | | Change default syncserver listen.port to a safer one.Nicolas B. Pierron2015-01-18
| | | |
| * | | Merge remote-tracking branch 'origin/master' into syncserverNicolas B. Pierron2014-12-14
| |\ \ \
| * | | | Firefox Sync Server: Create the private config file as non-world readable.Nicolas B. Pierron2014-12-12
| | | | |
| * | | | Firefox Sync Server: Fix copy&paste issue.Nicolas B. Pierron2014-12-12
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into syncserverNicolas B. Pierron2014-12-11
| |\ \ \ \
| * | | | | Add Firefox Sync server module.Nicolas B. Pierron2014-12-11
| | | | | |
* | | | | | Merge pull request #5726 from spwhitt/zsh-command-not-foundDomen Kožar2015-01-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | command-not-found: Add ZSH Support
| * | | | | | command-not-found: Add ZSH SupportSpencer Whitt2015-01-12
| | | | | | |
* | | | | | | Create a nixos module for cups-browsedDamien Cassou2015-01-16
| | | | | | |
* | | | | | | ParanoiaEelco Dolstra2015-01-15
| | | | | | |
* | | | | | | nixos-install: Create /root with 700 permissionEelco Dolstra2015-01-15
| | | | | | |
* | | | | | | NixOS containers: Create /root with 700 permissionEelco Dolstra2015-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd-nspawn creates /root with 755 permission if it doesn't exist, which is bad. So we have to create it ourselves before calling systemd-nspawn.
* | | | | | | test-instrumentation.nix: Prevent calling a pagerEelco Dolstra2015-01-15
| | | | | | |
* | | | | | | nixos: adding nylon service with uid,gidEdward Tjörnhammar2015-01-14
| | | | | | |
* | | | | | | nixos/network-interfaces: Fix rstp supportWilliam A. Kennington III2015-01-14
| | | | | | |
* | | | | | | pam: add pam_wheelLuca Bruno2015-01-14
| | | | | | |
* | | | | | | nixos-rebuild: use reload-or-restart for dbus. Closes #5767Luca Bruno2015-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that dbus reload has been moved before restarting units, the reload may fail if dbus has been stopped before. The reload-or-restart will reload dbus if it's active, otherwise start it.
* | | | | | | Merge pull request #5515 from oconnorr/masterRob Vermaas2015-01-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GCE updates to ntp server and to fetch all ssh keys
| * | | | | | | google-compute-image.nix: Try to download all SSH host keys from metadata ↵Russell O'Connor2015-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server.
| * | | | | | | Generate SSH host public key from the private key.Russell O'Connor2015-01-05
| | | | | | | |
| * | | | | | | Call wget directly in fetch-ssh-keys service.Russell O'Connor2015-01-05
| | | | | | | |
| * | | | | | | google-compute-image.nix: unconditionally clean up /root/key.pub ↵Russell O'Connor2015-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /root/authorized-keys-metadata
| * | | | | | | google-comute-image.nix: set umask 077 when downloading private keys from ↵Russell O'Connor2015-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the metadata server.
| * | | | | | | google-compute-image.nix: use internal google NTP server.Russell O'Connor2015-01-05
| | | | | | | |
* | | | | | | | enlightenment: fix media previewMatej Cotman2015-01-13
| | | | | | | |
* | | | | | | | Add auto-start option to containers.mokasin2015-01-12
| | | | | | | |
* | | | | | | | /etc/ssh/ssh_known_hosts: refactor and fix #5612Vladimír Čunát2015-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generating the file was refactored to be completely in nix. Functionally it should create the same content as before, only adding the newlines. CC recent updaters: @aszlig, @rickynils.
* | | | | | | | Merge pull request #5627 from oxij/update-postfixPeter Simons2015-01-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | postfix: make 2.11 the default, nixos: update postfix config for 2.11
| * | | | | | | | postfix: make 2.11 the default, nixos: update postfix config for 2.11Jan Malakhovski2015-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postfix 2.11 is much more humane with respect to disk writes since it uses sockets (which do not change inodes on accesses) instead of fifos (which do).
* | | | | | | | | Revert "zsh: profile-relative functions path"Arseniy Seroka2015-01-10
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 766207ca1d52db37df5ca17b9bd3bd21a03dfafd. We need to solve the problem with `environment.profileRelativeEnvVars`. The best workaround is to make profileRelativeEnvVars prepend paths.
* | | | | | | | Merge branch 'rngd-fix' of git://github.com/abbradar/nixpkgsShea Levy2015-01-08
|\ \ \ \ \ \ \ \
| * | | | | | | | nixos/rngd: some fixesNikolay Amiantov2015-01-06
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5550 from abbradar/fprintdlethalman2015-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add fprintd support
| * | | | | | | | nixos/fprintd: add service and pam supportNikolay Amiantov2015-01-03
| | | | | | | | |
* | | | | | | | | java: More default cleanupsWilliam A. Kennington III2015-01-07
| | | | | | | | |
* | | | | | | | | java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
| | | | | | | | |
* | | | | | | | | nixos/network-interfaces: Add mstpd support for bridgesWilliam A. Kennington III2015-01-07
| | | | | | | | |
* | | | | | | | | Merge pull request #5619 from oxij/various-changes-2Peter Simons2015-01-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Various (hopefully) small changes
| * | | | | | | | | nixos: make zsh use fcntl for locking history files by defaultJan Malakhovski2015-01-07
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this zsh creates and then unlinks .lock files at each interactive input line, which is inhumane with respect to disk.
* / | | | | | | | doc: use postgresql94j-keck2015-01-07
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | update postgresql module doc to use postgresql94 (was postgresql93)