summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* firefox sync-server service: make path to paster executable absoluteLeroy Hopson2015-07-12
| | | | | | The systemd service was ignoring ExecStart because the path to the paster executable was not absolute. Because ExecStart was ignored, the service would not start.
* Merge pull request #6702 from joachifm/dnscrypt-proxyJames Cook2015-07-12
|\ | | | | nixos: some improvements for dnscrypt-proxy
| * dnscrypt-proxy service: support custom providersJoachim Fasting2015-06-12
| | | | | | | | | | | | | | The primary use-case is private DNSCrypt providers. Also rename the `port` option to differentiate it from the `customResolver.port` option.
| * dnscrypt-proxy service: use mkEnableOptionJoachim Fasting2015-06-12
| |
| * nixos: cosmetic improvements to dnscrypt-proxy service moduleJoachim Fasting2015-06-12
| | | | | | | | Remove superflous whitespace & comments
| * nixos: additional hardening for dnscrypt-proxyJoachim Fasting2015-06-12
| | | | | | | | | | | | - Run as unprivileged user/group via systemd, obviating the need to specify capabilities, etc. - Run with private tmp and minimal device name space
| * nixos: implement socket-activation for dnscrypt-proxyJoachim Fasting2015-06-12
| | | | | | | | | | | | | | | | | | The socket definition is derived from upstream with the exception that it does not depend on network.target, as this creates a cycle between basic.target and sockets.target. The apparmor profile has been updated to account for additional runtime dependencies introduced by enabling systemd support.
| * nixos: permit dnscrypt-proxy service to read basic user/group infoJoachim Fasting2015-06-12
| | | | | | | | | | If nscd is not running, dnscrypt-proxy crashes without read access to /etc/{password,group,nsswitch.conf}.
* | tests/boot: Remove unused store contentsWilliam A. Kennington III2015-07-08
| |
* | nixos/tests/installer: Add a testcase for fat32 /bootWilliam A. Kennington III2015-07-08
| |
* | nixos/bitlbee: fixed protocols optionPascal Wittmann2015-07-08
| |
* | nixos/bitlbee: add hostname, config dir and protocols optionsPascal Wittmann2015-07-08
| |
* | Merge pull request #8679 from offlinehacker/kubernetes/fixes3Jaka Hudoklin2015-07-08
|\ \ | | | | | | nixos/kubernetes: fix cadvisor, kubelet autoregistration
| * | nixos/kubernetes: fix cadvisor, kubelet autoregistrationJaka Hudoklin2015-07-07
| | |
* | | Merge pull request #8639 from sjmackenzie/zerotieroneArseniy Seroka2015-07-08
|\ \ \ | | | | | | | | zerotier-one: service add
| * | | zerotier-one: service addStewart Mackenzie2015-07-07
| | | |
* | | | nixos/btrfs: Fix parsing of `btrfs subvolume show` with btrfsprogs 4.1William A. Kennington III2015-07-07
| | | |
* | | | apache-httpd: Don't set default content encodingsEelco Dolstra2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general, you don't want a .tar.gz file to be served with "Content-Encoding: x-gzip", because this causes browsers (like Chrome or "curl --compressed") to decompress the file on the fly. So you end up with a .tar rather than .tar.gz file, which is unexpected. If people want such encodings, they should set them in their own NixOS configuration.
* | | | sundtek init at 30-06-2015Simon Vandel Sillesen2015-07-07
| | | |
* | | | nixos nix-daemon: lower priority is 19. Closes #8675Luca Bruno2015-07-07
| | | |
* | | | Merge pull request #8629 from telotortium/subsonicArseniy Seroka2015-07-07
|\ \ \ \ | | | | | | | | | | subsonic: init at 5.2.1
| * | | | subsonic service: initRobert Irelan2015-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | Add a systemd service and UID/GID for the Subsonic personal media streamer server (<http://subsonic.org>).
* | | | | Merge pull request #8656 from devhell/udisks2.serviceWilliam A. Kennington III2015-07-06
|\ \ \ \ \ | | | | | | | | | | | | udisks2 service: Fix ExecStart path
| * | | | | udisks2 service: Fix ExecStart pathdevhell2015-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that with the latest update to `udisks2`, the ExecStart path for the daemon changed from `/lib/udisks2` to `/libexec/udisks2`. This commit reflects that change for our purposes.
* | | | | | nixos/installer: Add grub2_efi to the store so that it is available to installWilliam A. Kennington III2015-07-05
| | | | | |
* | | | | | nixos/install-grub: Fix symlink installation for boot filesystems which ↵William A. Kennington III2015-07-05
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't support symlinking Some filesystems like fat32 don't support symlinking and need to be supported on /boot as an efi system partition. Instead of creating the symlink directly in boot, create the symlink in a temporary directory which has to support symlinking.
* | | | | nixos/quassel: Temporarily switch back to qt4 since qt5 tls in quassel is brokenWilliam A. Kennington III2015-07-05
| | | | |
* | | | | grub installation: fix: simplify codeThomas Strobel2015-07-05
|/ / / /
* | | | Merge pull request #8654 from ts468/upstream.trusted_grub_integrationWilliam A. Kennington III2015-07-05
|\ \ \ \ | | | | | | | | | | grub installation: integrate trustedGRUB + fix broken equality check
| * | | | grub installation: integrate trustedGRUB + fix broken equality checkThomas Strobel2015-07-05
| | | | |
* | | | | nixos docker: fix service and testLuca Bruno2015-07-05
|/ / / /
* | | | Merge pull request #8602 from ts468/upstream.pamlethalman2015-07-05
|\ \ \ \ | |_|/ / |/| | | Security: integrate pam_mount into PAM of NixOS
| * | | pam_mount module: integrate pam_mount into PAM of NixOSThomas Strobel2015-07-04
| | | |
* | | | Merge pull request #8603 from ts468/upstream.xenMateusz Kowalczyk2015-07-04
|\ \ \ \ | | | | | | | | | | Xen related stuff
| * | | | Xen Dom0: add dnsmasq to xen-bridge.Thomas Strobel2015-07-02
| | | | |
* | | | | Merge pull request #8554 from dwe11er/luks-detached-headerlethalman2015-07-04
|\ \ \ \ \ | | | | | | | | | | | | allow for using LUKS devices with detached header
| * | | | | nixos/modules/system/boot/luksroot.nix: allow for LUKS devices with detached ↵Marcin Falkiewicz2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | header
* | | | | | Merge pull request #8573 from lihop/shellinabox-serviceArseniy Seroka2015-07-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | shellinabox service: initial implementation
| * | | | | | shellinabox service: intial implementationLeroy Hopson2015-07-04
| | | | | | |
* | | | | | | Merge pull request #8624 from ambrop72/minidlna-updateArseniy Seroka2015-07-04
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | minidlna 1.1.4
| * | | | | | minidlna: 1.0.25 -> 1.1.4Ambroz Bizjak2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - gettext is needed to build - Switched to using non-legacy ffmpeg. - Removed ffmpeg stuff from include path since it causes build errors related to a time.h header. - Removed unneeded patch. - Adjusted NixOS service due to the binary being renamed.
* | | | | | | nixos/skydns: fixed reference to skydnsPascal Wittmann2015-07-04
| | | | | | |
* | | | | | | nixos/tests/chromium: Improve sandbox checking.aszlig2015-07-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer need have "SUID sandbox" enabled in the chrome://sandbox status page and we now also check for "You are adequately sandboxed." to be absolutely sure that we're running with proper sandboxing. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | / / / wordpress: language downloads are now reproducibleJoachim Schiele2015-07-03
| |_|/ / / |/| | | |
* | | | | nixos/postgresql: Fix initdb for existing, empty postgres partitionsWilliam A. Kennington III2015-07-02
| | | | |
* | | | | Merge remote-tracking branch 'projectorhq/riemann-tools'Shea Levy2015-07-01
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add riemann-tools package and service
| * | | | | Add riemann-tools to nixpkgsRobert Pitts and Trenton Strong2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | Adds package via bundlerEnv and service for Riemann health.
* | | | | | Use mkAfter for services.postgresql.authenticationEelco Dolstra2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Authentication methods are tried in order, so if another NixOS module defines a specific ident mapping like local hydra all ident map=hydra-users it should appear before the generic local all all ident
* | | | | | nixos: gnome-keyring: fix module descriptionTobias Geerinckx-Rice2015-07-01
| | | | | |
* | | | | | Remove option ec2.metadataEelco Dolstra2015-06-30
| | | | | |