about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/xfce: replace old gnome2 icons by gnome3Vladimír Čunát2015-07-28
|
* Remove zipTwoListsEelco Dolstra2015-07-28
| | | | This function is redundant (we also have zipLists).
* dovecot: add lmtp supportNikolay Amiantov2015-07-28
|
* Don't evaluate haskellPackages when gitit is disabledEelco Dolstra2015-07-28
| | | | | | | This cuts evaluation time of my NixOS configuration from 1.76s to 1.36s, and RSS from 443 MiB to 368 MiB. Issue #8152.
* Set a default value for services.postgresql.packageEelco Dolstra2015-07-27
| | | | | This is finally possible now that we have ‘system.stateVersion’ (allowing the default package to change over time).
* sshd: Use RSA and ED25519 host keysEelco Dolstra2015-07-27
| | | | Closes #7939.
* Add option system.stateVersionEelco Dolstra2015-07-27
| | | | | | | | | | | | | | | | | | | | | This option requests compatibility with older NixOS releases with respect to stateful data, in cases where new releases have defaults that might be incompatible with system state of existing NixOS deployments. For instance, if we change the default version of PostgreSQL, existing deployments will break if the new version can't read databases created by the old version. So for example, setting system.stateVersion = "15.07"; requests that options like services.postgresql.package use defaults corresponding to the 15.07 release branch. Note that nixos-generate-config emits this option. (In the future, NixOps may set system.stateVersion to the NixOS release in use when the machine was created.) See also #7939 for another motivating example.
* Require signed binary caches by defaultEelco Dolstra2015-07-27
|
* cups: Fix test by using different groff outputJascha Geerds2015-07-27
|
* redshift: fix evaluationMateusz Kowalczyk2015-07-27
| | | | Broken by 77d33f77d7cffa9e53c780398ae0fadc8dd0eda5 , cc @nckx
* Fix testsEelco Dolstra2015-07-27
|
* nixos: redshift service: add extraOptionsTobias Geerinckx-Rice2015-07-27
|
* nixos/firewall: Add the ability to specify additional packages for extraCommandsWilliam A. Kennington III2015-07-26
|
* Fix grub-rebootEelco Dolstra2015-07-27
|
* firewall: Don't depend on ipsetEelco Dolstra2015-07-26
| | | | NixOS doesn't use it, so no reason to include it.
* Merge pull request #8994 from AndersonTorres/icewmArseniy Seroka2015-07-26
|\ | | | | IceWM: 1.3.8 -> 1.3.10
| * IceWM: 1.3.8 -> 1.3.10AndersonTorres2015-07-26
| | | | | | | | A complete rewrite in comparision to previous expression.
* | Merge pull request #8947 from AndersonTorres/oroborusArseniy Seroka2015-07-26
|\ \ | | | | | | Oroborus (2.0.20): New Package
| * | Oroborus: init at 2.0.20AndersonTorres2015-07-23
| | | | | | | | | | | | Oroborus (named after the self-eating snake) is a minimalistic window manager.
* | | Installer: Add nomodeset and blacklist the nouveau driverEelco Dolstra2015-07-25
| | | | | | | | | | | | | | | I observed a hang at the moment the nouveau driver gets loaded on a GTX 970.
* | | Fix capitalisationEelco Dolstra2015-07-25
| | |
* | | Fix description of boot.consoleLogLevelEelco Dolstra2015-07-25
| | |
* | | copy-com: 1.47.0410 -> 3.2.01.0481 + several fixesTobias Geerinckx-Rice2015-07-25
| | | | | | | | | | | | | | | | | | The graphical UI (the largest part of this package) never worked; fixed. Added myself as a maintainer.
* | | cron: Actually enable the service if enabledShea Levy2015-07-24
| | |
* | | gnome3: Include gnome-shell-extensions in session pathJascha Geerds2015-07-24
| | |
* | | Merge pull request #8799 from ryantm/masterlethalman2015-07-24
|\ \ \ | | | | | | | | heyefi service: init
| * | | heyefi service: make uploadDir path more generic and a stringRyan Mulligan2015-07-14
| | | |
| * | | heyefi service: use mkEnableOptionRyan Mulligan2015-07-14
| | | |
| * | | heyefi service: initRyan Mulligan2015-07-14
| | |/ | |/|
* | | postgresql: add reload commanddanbst2015-07-24
| | |
* | | Move release notes to an appendix and a separate chunkEelco Dolstra2015-07-22
| | |
* | | Manual: Reduce chunkingEelco Dolstra2015-07-22
| | | | | | | | | | | | Fixes #7607.
* | | Revert "Revert "Drop tests.installer.grub1 as release critical""Eelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | This reverts commit cd28c5517c224c0c969f6bccb1f85dcc280ed7f2. Still broken: http://hydra.nixos.org/build/23928152
* | | Remove non-incompatible changes from the list of incompatible changesEelco Dolstra2015-07-22
| | |
* | | Use environment.etc to manage /etc/crontabEelco Dolstra2015-07-22
| | | | | | | | | | | | Otherwise, /etc/crontab won't be deleted when cron is disabled.
* | | Don't enable cron by defaultEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rationale for disabling this is: 1) systemd timers are better; 2) it gets rid of one usually unnecessary process, which makes containers more light-weight. Note that cron is still enabled if services.cron.systemCronJobs is non-empty, so this only matters if you have no declarative cron jobs but do have user cron jobs.
* | | Don't include wireless tools in containersEelco Dolstra2015-07-22
| | |
* | | Disable system_tarball_pc and fix evalEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | It refers to a kernel version that no longer exists. (cherry picked from commit e4b9624ca89617005cb082e2a8301695759e1b19)
* | | systemd: Use upstream tmpfiles.d rulesTuomas Tynkkynen2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a failing assert in systemd-timesyncd (issue #5913) as it expects the directory /run/systemd/netif/links/ to exist, and nothing in NixOS currently creates it. Also we get a net reduction in our code as rules for /run/utmp and /var/log/journal are also provided by the same upstream file. (cherry picked from commit a278a9224a3c1c5db399d53c86b36a25133b5cda)
* | | Set up /etc/machine-id before starting systemdEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | Otherwise, systemd will try to populate /etc, which we don't want. (cherry picked from commit c8501a421806c6526a12b2f6537ab38754e9d4ff)
* | | stage-1: Shut up warnings about swap devices that don't exist yetEelco Dolstra2015-07-22
| | | | | | | | | | | | (cherry picked from commit 388dac478d21b743946362294043b83da4852721)
* | | stage-2: Don't run hwclock in containersEelco Dolstra2015-07-22
| | | | | | | | | | | | (cherry picked from commit b978df019a2b1281f7a70445eaa71b45049f4cfd)
* | | stage-1: Don't mount /dev/shm if it's already mountedEelco Dolstra2015-07-22
| | | | | | | | | | | | (cherry picked from commit c8ef5989452e191a1d345cd006f54305cb989af6)
* | | Create systemd-{network,resolve} user/group unconditionallyEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shuts up this error from dbus: May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-network" in message bus configuration file May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-resolve" in message bus configuration file which happens because the D-Bus config for networkd/resolved is enabled unconditionally, and we don't have an easy way to turn it off. (cherry picked from commit f19b58fb6a5cc55af6d8d8ca7979f8e64255d2d0)
* | | Use ConditionVirtualization to disable some services in containersEelco Dolstra2015-07-22
| | | | | | | | | | | | (cherry picked from commit c52a98380673093037a3116025d0aa92cd46a214)
* | | Merge pull request #8904 from Fuuzetsu/docker-custom-postStartMateusz Kowalczyk2015-07-21
|\ \ \ | | | | | | | | docker: allow the user to override postStart
| * | | docker: allow the user to override postStartMateusz Kowalczyk2015-07-20
| | | | | | | | | | | | | | | | | | | | My use-case: passing -H SOM.EIP.ADD.RES:PORT doesn't result in a .sock file so the service would never go up.
* | | | riak: new nixos serviceCharles Strahan2015-07-21
|/ / /
* | | Merge pull request #8690 from laMudri/synapticsAustin Seipp2015-07-19
|\ \ \ | | | | | | | | synaptics: fix to allow for more scrolling choices
| * | | synaptics: fix to allow for more scrolling choiceslaMudri2015-07-07
| | | |