summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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)
* | | | | | nixos/base: Add efi management utilitiesWilliam A. Kennington III2015-01-07
| | | | | |
* | | | | | document options to nixos-install scriptDomen Kožar2015-01-06
| |/ / / / |/| | | |
* | | | | nixos/modules/services/misc/nix-daemon.nix: document meaning of '0' for the ↵Peter Simons2015-01-05
| | | | | | | | | | | | | | | | | | | | buildCores attribute
* | | | | dd-agent: set SSL_CERT_FILE for dogstatsd.Rob Vermaas2015-01-05
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit c67204dec27a86e2235afb2aebf48bc53dd804d0)
* | | | | Fix some bad gidsEelco Dolstra2015-01-05
| | | | | | | | | | | | | | | | | | | | Issue #3727.
* | | | | Minor fixes to EC2 image generation script. Set autoresponder, so no ↵Rob Vermaas2015-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interaction is necessary. Write output in a format that can be easily included in ec2-amis.nix of nixops. (cherry picked from commit 96904915d9e3e5f69b0c5bf58db1a0f0130a977a)
* | | | | Use nixos-images bucket for GCE images.Rob Vermaas2015-01-05
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit bdd3a3bac8077823182233cc689b5c02cd74f4f4)