summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* dnscrypt-proxy service: update resolver listJoachim Fasting2016-05-23
|
* fail2ban service: add iproute to PATHTaeradan2016-05-23
| | | | | | | iproute is required for blocking via null routes; without it, rules based on routes.conf will fail. Closes #15638
* release notes: mention removal of shell aliasesVladimír Čunát2016-05-23
|
* setuid-wrappers: remove config.system.path from the closureDomen Kožar2016-05-23
| | | | | | | | | | | | | | | | | The motivation is using sudo in chroot nix builds, a somewhat special edge case I have and pulling system path into chroot yields to some very nasty bug like https://github.com/NixOS/nixpkgs/issues/15581 Previously: $ cat /var/setuid-wrappers/sudo.real /nix/store/3sm04dzh0994r86xqxy52jjc0lqnkn65-system-path/bin/sudo After the change: $ cat /var/setuid-wrappers/sudo.real /nix/store/4g9sxbzy8maxf1v217ikp69c0c3q12as-sudo-1.8.15/bin/sudo
* Merge pull request #15598 from rnhmjoj/systemdEelco Dolstra2016-05-23
|\ | | | | Remove systemd shell aliases
| * Remove systemd shell aliasesrnhmjoj2016-05-21
| |
* | Merge pull request #15630 from obadz/opensmtpdJoachim Fasting2016-05-23
|\ \ | | | | | | opensmtpd: 5.7.3p2 -> 5.9.2p1
| * | opensmtpd: 5.7.3p2 -> 5.9.2p1obadz2016-05-23
| | |
* | | xf86-video-modesetting: RemoveEelco Dolstra2016-05-22
| | | | | | | | | | | | | | | This driver is part of xorg-server now, so we were using an outdated version.
* | | manual: minor cleanupsJoachim Fasting2016-05-22
| | |
* | | transmission service: robust lib references in apparmor profileJoachim Fasting2016-05-22
|/ /
* | unbound service: do not initialize root certArnold Krille2016-05-21
| | | | | | | | | | | | | | When enableRootTrustAnchor is set to false, there is really no point in initializing the root key before starting unbound. Fixes #15605.
* | redis service: add firewall and VM overcommit optionsBen Smith2016-05-21
| | | | | | | | | | | | | | - Add vm.over_commit setting for background saving - Add openFirewall setting Closes #10193
* | releasenotes: fix opengl.extraPackages option nameAlexander Ried2016-05-21
| | | | | | Should be merged into master and release-16.03 I guess
* | Revert "network-manager: multiple outputs"Bjørn Forsman2016-05-21
| | | | | | | | | | | | | | | | | | This reverts commit c25907d072742e9720b713d7116793e0d8a623c5. I think this commit broke the NixOS service for NetworkManager. At least with this, and the two previous reverts, everything is back to normal. (With multiple-outputs split, it would have reduced the closure size by 3 MiB.)
* | Revert "networkmanager service: fixup"Bjørn Forsman2016-05-21
| | | | | | | | | | | | | | This reverts commit 7ac1ef05fa162d8e3c35925034df72288df77c8b. One of a few reverts needed to unbreak networkmanager NixOS service since the multiple-output split (to save 3 MiB of closure size).
* | Revert "nixos/networkmanager: fix syntax error"Bjørn Forsman2016-05-21
| | | | | | | | | | | | | | This reverts commit 2875293615adabba44dac3a222e3d483c3f9e6f7. One of a few reverts needed to unbreak networkmanager NixOS service since the multiple-output split (to save 3 MiB of closure size).
* | initrd-ssh service: add assertions for host keysNikolay Amiantov2016-05-20
|/
* Merge pull request #15365 from bendlas/fix-gnome-keyringJoachim Fasting2016-05-20
|\ | | | | gnome-keyring: add gcr dependency to service
| * gnome-keyring: add gcr dependency to serviceHerwig Hochleitner2016-05-10
| | | | | | | | | | gcr is used to provide the popup dialog, this fixes gnome-keyring for non-gnome sessions
* | typoDomen Kožar2016-05-20
| |
* | nixos: add a small section about kernel module devDomen Kožar2016-05-20
| |
* | command-not-found: disable module until it's fixed againDomen Kožar2016-05-19
| | | | | | | | See https://github.com/NixOS/nixos-channel-scripts/issues/4
* | nixos/dbus: Reference correct output of 'dbus'Tuomas Tynkkynen2016-05-18
| |
* | tmux module: add additional variables for configuring tmuxPeter Hoeg2016-05-18
| | | | | | | | Also wraps the tmux binary, so that sockets are stored under /run
* | Merge pull request #15471 from telotortium/subsonicJoachim Fasting2016-05-18
|\ \ | | | | | | subsonic: change NixOS home directory config
| * | Add script to move /var/subsonic to cfg.homeRobert Irelan2016-05-16
| | |
| * | Move from ExecStart{,Pre} to systemd.nix attributesRobert Irelan2016-05-16
| | |
| * | subsonic: change NixOS home directory configRobert Irelan2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move Subsonic state directory from `/var/subsonic` to `/var/lib/subsonic`, since the general convention is for each application to put its state directory there. Also, automatically set the home directory of the `subsonic` user to the value of `config.services.subsonic.home`, rather than setting it to a value hardcoded in the module. This keeps the home directory of the `subsonic` user and the state directory for the Subsonic application in sync.
* | | rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
| | |
* | | minetest-server module: fix executable pathRicardo Ardissone2016-05-15
| | |
* | | Merge pull request #15435 from mayflower/nzbget_no_configJoachim Fasting2016-05-15
|\ \ \ | | | | | | | | nzbget: 16.4 -> 17.0-r1686 and nzbget service
| * | | nzbget: 16.4 -> 17.0-r1686 and nzbget serviceTristan Helmich2016-05-13
| | | |
* | | | Merge pull request #15473 from romildo/fix.xfce4-screenshooterJoachim Fasting2016-05-15
|\ \ \ \ | | | | | | | | | | xfce4: rename application xfce4screenshooter to xfce4-screenshooter
| * | | | xfce4: rename application xfce4screenshooter to xfce4-screenshooterJosé Romildo Malaquias2016-05-15
| | | | |
* | | | | dnscrypt-proxy service: robust lib references in apparmor profileJoachim Fasting2016-05-15
|/ / / / | | | | | | | | | | | | Use getLib to avoid future problems caused by re-ordering outputs.
* | / / nixos/i3lock-color: added to pamRok Garbas2016-05-15
| |/ / |/| |
* | | bind: Split into multiple outputsTuomas Tynkkynen2016-05-14
| | | | | | | | | | | | | | | A patch is needed to make bind not print its configure flags on 'named -V'.
* | | Merge pull request #15384 from Shados/fix-preshell-terminfoJoachim Fasting2016-05-14
|\ \ \ | | | | | | | | nixos: ensure TERMINFO is set before user shells are run
| * | | nixos: ensure TERMINFO is set before user shells are runAlexei Robyn2016-05-11
| | | |
* | | | udev service: fix packages' pathsNikolay Amiantov2016-05-14
| | | |
* | | | Merge pull request #15024 from abbradar/xfce-no-desktopNikolay Amiantov2016-05-14
|\ \ \ \ | | | | | | | | | | xfce service: add noDesktop option
| * | | | xfce service: add noDesktop optionNikolay Amiantov2016-04-27
| | | | |
* | | | | jenkins module: Check for 200 & 403 response codesFranz Pletz2016-05-13
| |_|/ / |/| | | | | | | | | | | | | | | The new jenkins version shows a setup wizard on first startup that will throw a 403 HTTP response code instead of 200.
* | | | Merge branch 'staging'Vladimír Čunát2016-05-13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Darwin isn't in a perfect state, in particular its bootstrap tools won't build which will block nixpkgs channel. But on the whole it seems acceptable.
| * \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-05-12
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-05-08
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'refs/pull/14568/head' of git://github.com/NixOS/nixpkgs into ↵Nikolay Amiantov2016-05-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | staging
| | * | | | | | input methods: fix gtk cacheEric Sagnes2016-04-16
| | | | | | | |
| * | | | | | | Merge #14920: windows improvements, mainly mingwVladimír Čunát2016-05-05
| |\ \ \ \ \ \ \