summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Add options nix.{trustedUsers,allowedUsers}Eelco Dolstra2015-06-26
| | | | | | These are just trusted-users and allowed-users in nix.conf. It's useful to have options for them so that different modules can specify trusted/allowed users.
* nix.buildMachines: Don't require sshUserEelco Dolstra2015-06-26
|
* Merge pull request #8520 from hrdinka/fix/postfix-recipient_delimiterPeter Simons2015-06-26
|\ | | | | postfix: fix recipient_delimiter option
| * postfix: fix recipient_delimiter optionChristoph Hrdinka2015-06-26
| | | | | | | | | | | | This reverts commit 88f4b75a00855c878624e465e1a83930aaa92858 and fixes the recipientDelimiter config option. Till then the camel case variant was used while recipient_delimiter would have been right.
* | Merge pull request #8484 from DamienCassou/fix-blocking-stumpwm-moduleDamien Cassou2015-06-26
|\ \ | | | | | | Don't block the system after starting stumpwm
| * | stumpwm: don't block after starting stumpwmDamien Cassou2015-06-26
| | | | | | | | | | | | | | | This is important to let nixos configure everything, e.g., a desktop manager.
* | | wordpress: usability updatesJoachim Schiele2015-06-25
| | |
* | | kde5: JSON manifest formatThomas Tuegel2015-06-25
| |/ |/|
* | redmine service: fixing a typo, pointing to bundler packageRok Garbas2015-06-25
| |
* | uwsgi-service: Add user/group for uwsgi service.Russell O'Connor2015-06-24
| | | | | | | | Also add a uwsgi directory under /run (defaulting to /run/uwsgi) where the uwsgi user can place sockets.
* | tvheadend: init at 4.0.4Simon Vandel Sillesen2015-06-24
| |
* | unifi: 3.2.10 -> 4.6.3William A. Kennington III2015-06-23
| |
* | Merge pull request #8422 from travisbhartwell/update/atom-shell-to-electronArseniy Seroka2015-06-23
|\ \ | | | | | | atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
| * | atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2Travis B. Hartwell2015-06-19
| | | | | | | | | | | | Added systemd to buildEnv path because of new libudev dependency.
* | | nixos/x11: start session with dbus-launchLuca Bruno2015-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed by most window managers. Desktop environments usually launch dbus-launch if a session hasn't been started yet so this shouldn't hurt. The worst it can happen is that one dbus session will be unused in case it's started twice. The GDM change is backported from recent gdm.
* | | nixos: recipientDelimiter is no longer a valid configuration option in ↵Peter Simons2015-06-22
| | | | | | | | | | | | | | | | | | | | | Postfix 2.11.x or later Note that this change in Postfix might affect the mlmmj.nix service in ways I don't fully understand.
* | | nixos: fix code that sets up /etc/postfixPeter Simons2015-06-22
| | | | | | | | | | | | | | | The sample config files have moved from ${postfix}/share to ${postfix}/etc in version 2.11.4.
* | | fix argument in mkEnableOptionArseniy Seroka2015-06-21
|/ /
* | Merge pull request #8401 from ↵Damien Cassou2015-06-19
|\ \ | | | | | | | | | | | | DamienCassou/document-desktopManagerHandlesLidAndPower-in-systemd Explanation to desktopManagerHandlesLidAndPower
| * | Explanation to desktopManagerHandlesLidAndPowerDamien Cassou2015-06-19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch, systemd-inhibit outputs a descriptive message when desktopManagerHandlesLidAndPower=true (the default). Before the patch: $ systemd-inhibit Who: /nix/store/[...]-xsession [...] (UID 1000/cassou, PID 18561/systemd-inhibit) What: handle-power-key:handle-lid-switch Why: Unknown reason Mode: block After the patch: $ systemd-inhibit Who: /nix/store/[...]-xsession [...] (UID 1000/cassou, PID 18561/systemd-inhibit) What: handle-power-key:handle-lid-switch Why: See NixOS configuration option 'services.xserver.displayManager.desktopManagerHandlesLidAndPower' for more information. Mode: block
* | nixos/nix-serve: Run as a separate user and add a signing key parameterWilliam A. Kennington III2015-06-17
| |
* | nixos/install-grub: Fix grub1 installationWilliam A. Kennington III2015-06-17
| |
* | Replaces https://github.com/NixOS/nixpkgs/pull/8368rushmorem2015-06-17
| |
* | Revert "Make it possible to boot NixOS from a SCSI Disk on KVM"Rushmore Mushambi2015-06-17
| |
* | Make it possible to boot NixOS from a SCSI Disk on KVMrushmorem2015-06-17
| | | | | | | | | | | | Currently NixOS can't boot from a SCSI disk as a KVM Guest. I found this out while installing it on the new [Linode KVM platform](https://www.linode.com/docs/platform/kvm#custom-kernel-configuration).
* | Installer test: Fix booting from SCSIEelco Dolstra2015-06-17
| | | | | | | | This is required by the GRUB 1 test.
* | Bypass /etc/gdm/Xsession. Closes #8351Luca Bruno2015-06-16
| |
* | Merge pull request #8159 from cransom/dd-agentlethalman2015-06-15
|\ \ | | | | | | Allow custom tags to be set for datadog monitoring
| * | Allow custom tags to be set for datadog monitoringCasey Ransom2015-06-15
| | |
* | | Some more type cleanupEelco Dolstra2015-06-15
| | |
* | | types.uniq types.str -> types.strEelco Dolstra2015-06-15
| | |
* | | types.uniq types.int -> types.intEelco Dolstra2015-06-15
| | | | | | | | | | | | types.int already implies uniqueness.
* | | types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
| | |
* | | "types.uniq types.string" -> "types.str"Eelco Dolstra2015-06-15
| | |
* | | nixos: move environment.{variables => sessionVariables}.MODULE_DIRBjørn Forsman2015-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves the problem that modprobe does not know about $MODULE_DIR when run via sudo, and instead wrongly tries to read /lib/modules/: $ sudo strace -efile modprobe foo |& grep modules open("/lib/modules/3.14.37/modules.softdep", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/lib/modules/3.14.37/modules.alias.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) Without this patch, one would have to use sudo -E (preserves environment vars). But that option is reserved for sudo users with extra rights (SETENV), so it's not a solution. environment.sessionVariables are set by PAM, so they are included in the environment used by sudo.
* | | Merge pull request #8322 from unaizalakain/masterDomen Kožar2015-06-14
|\ \ \ | | | | | | | | The user specified in the conf should run MPD
| * | | The user specified in the conf should run MPDUnai Zalakain2015-06-13
| | | |
* | | | Factor the NixOS channel building code out into its own file, so I can use ↵Dan Peebles2015-06-13
| | | | | | | | | | | | | | | | it elsewhere
* | | | Use the right nix when doing things in our amazoninitDan Peebles2015-06-13
|/ / /
* | | Allow setting mediatomb interfaceOliver Matthews2015-06-13
| | |
* | | Merge branch 'nixos-subdir'Luca Bruno2015-06-13
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: nixos/modules/system/boot/loader/grub/grub.nix
| * | | stage-1: mkdir -p /mnt-root, it may be created earlier by some hooksLuca Bruno2015-06-13
| | | |
| * | | nixos/grub: allow customization of the nix store pathLuca Bruno2015-06-13
| | |/ | |/|
* | | apache-kafka: Enable overriding the kafka packageShea Levy2015-06-12
| | |
* | | Put dysnomia in system environment if Disnix is enabledSander van der Burg2015-06-12
| | |
* | | Merge pull request #8182 from ttuegel/openblasThomas Tuegel2015-06-12
|\ \ \ | | | | | | | | Numerical computing overhaul
| * | | Update release notes about OpenBLASThomas Tuegel2015-06-12
| | | |
* | | | Revert "Use nixUnstable by default"Eelco Dolstra2015-06-12
| | | | | | | | | | | | | | | | This reverts commit 64a41b7a90bd99f532847ef1b6ad3c3c6a2a7120.
* | | | nixos: set high fs.inotify.max_user_watches when xserver is enabledLuca Bruno2015-06-12
| | | |
* | | | Fix: xen-bridge systemd serviceThomas Strobel2015-06-12
| | | |