summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #6229 from devhell/cantolethalman2015-02-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | canto-{curses,daemon}: Add packages
| * | | | | | | canto-daemon: Fix typo and remove TimeoutStopSecdevhell2015-02-08
| | | | | | | |
| * | | | | | | canto-daemon: Add a systemd servicedevhell2015-02-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | This adds a systemd service for the canto-daemon.
* | | | | | | Add PermissionsStartOnly to mpd service. Closes #6277Luca Bruno2015-02-10
| |_|/ / / / |/| | | | |
* | | | | | nonfree-firmware: Use the new kernel.org repository for tracking nonfree ↵William A. Kennington III2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firmware changes remove the obsolete iwlwifi firmware which is included in the repo.
* | | | | | nixos/system: Add xhci_pci as it is needed to detect host buses in the ↵William A. Kennington III2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | initrd for usb keyboards on the xhci bus and storage devices on the iso
* | | | | | stage-1-init: better warningsWout Mertens2015-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suppress spurious LVM FD3 warning: See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432986 - Warn when device doesn't come online
* | | | | | Fix grub on nodev installsShea Levy2015-02-08
| | | | | |
* | | | | | Merge pull request #6152 from abbradar/samba-cleanWilliam A. Kennington III2015-02-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/samba: cleanup and update defaults
| * | | | | | nixos/samba: cleanup and update defaultsNikolay Amiantov2015-02-04
| | | | | | |
* | | | | | | Merge pull request #5994 from ts468/grubWilliam A. Kennington III2015-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add 'target' parameter for GRUB installation chain
| * | | | | | | Add target parameter to grub installation chainThomas Strobel2015-01-27
| | | | | | | |
* | | | | | | | Remove gui (see #6207), use nixui insteadDomen Kožar2015-02-08
| | | | | | | |
* | | | | | | | nixos/iso: Increase efi image size to 15MWilliam A. Kennington III2015-02-07
| | | | | | | |
* | | | | | | | nixos/zfs: Fix references to zfs packages now that they are splitWilliam A. Kennington III2015-02-07
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #5622 from offlinehacker/panamaxJaka Hudoklin2015-02-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | panamax: new package and service
| * | | | | | | panamax: simplify, refactor, add testJaka Hudoklin2015-02-07
| | | | | | | |
| * | | | | | | panamax: new package and serviceMatej Cotman2015-02-07
| | | | | | | |
* | | | | | | | Merge pull request #5486 from matejc/fixgatewaydJaka Hudoklin2015-02-07
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | systemd-journal-gatewayd: add systemd-journal group
| * | | | | | | systemd: fix permissions on /var/log/journalMatej Cotman2014-12-28
| | | | | | | |
* | | | | | | | nixos/openntpd: Don't start until we have networkingWilliam A. Kennington III2015-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This attempts to fix an issues where ntp is unable to resolve hostnames because it came up before local nameservers or networking.
* | | | | | | | Merge pull request #6187 from abbradar/notes-unstableWout Mertens2015-02-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add release-notes for unstable revision
| * | | | | | | | manual/release-notes: add unstable release notes with first entriesNikolay Amiantov2015-02-06
| | | | | | | | |
* | | | | | | | | nixos/tinc: Fix key generation behavior and use tinc 1.1 by defaultWilliam A. Kennington III2015-02-05
|/ / / / / / / /
* | | | | | | | Add options for installing additional root certificatesEelco Dolstra2015-02-05
| | | | | | | |
* | | | | | | | Merge pull request #5277 from abbradar/uwsgiNikolay Amiantov2015-02-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add uWSGI application server
| * | | | | | | | uwsgi: add nixos moduleNikolay Amiantov2015-02-02
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | i2pd: 0.6.0 -> 0.7.0Edward Tjörnhammar2015-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: i2pd.service, fix string escaping
* | | | | | | | nixos/tests: fix printing after 0caae022fdVladimír Čunát2015-02-05
| | | | | | | |
* | | | | | | | nixos/tinc: Add daemon configurationWilliam A. Kennington III2015-02-04
| | | | | | | |
* | | | | | | | nixos/dhcpd: Also try restarting openntpd as it suffers the same dns ↵William A. Kennington III2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolution problem
* | | | | | | | openntpd: FixesWilliam A. Kennington III2015-02-04
| | | | | | | |
* | | | | | | | nixos/openntpd: Add openntpd to the environment for ntpctlWilliam A. Kennington III2015-02-04
| | | | | | | |
* | | | | | | | Merge pull request #4485 from abbradar/parsoidNikolay Amiantov2015-02-04
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Add "parsoid" service
| * | | | | | | parsoid: add serviceNikolay Amiantov2015-02-02
| |/ / / / / /
* | | | | | | gitlab: Fix typoLukas Lihotzki2015-02-03
| | | | | | |
* | | | | | | Merge pull request #6078 from boothead/sabnzbdlethalman2015-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sabnzbd Change service to systemd
| * | | | | | | Change service to systemdBen Ford2014-09-22
| | | | | | | |
* | | | | | | | Merge pull request #5025 from abbradar/xmonad-wrapperPeter Simons2015-02-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/xmonad: make a wrapper
| * | | | | | | | nixos/xmonad: move to haskell-ng and make a wrapperNikolay Amiantov2015-02-03
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial staging merge, including cc-wrapper fixes Conflicts: pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * | | | | | | Merge branch 'master' into staging.Peter Simons2015-01-19
| |\ \ \ \ \ \ \
| * | | | | | | | rename occurrences of gcc.gcc to gcc.ccEric Seidel2015-01-14
| | | | | | | | |
* | | | | | | | | fontconfig: stringify dpi correctlyThomas Tuegel2015-02-01
| | | | | | | | |
* | | | | | | | | nixos/tftpd: add option types and fixup descriptionsBjørn Forsman2015-02-01
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first description is a (incorrect) copy/paste from the 'vsftpd' module, and the second option lacks a 'dot' at the end.
* | | | | | | | Merge pull request #5737 from ↵lethalman2015-01-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matthiasbeyer/add-gitolite_admin_pubkey_oneline_note Add note that admin-pub-key for gitolite has to be written in one line
| * | | | | | | | different wording for adminPubkey descriptionRyan Mulligan2015-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe this wording is a slight improvement?
| * | | | | | | | Add note that administrative public key for gitolite has to be written in ↵Matthias Beyer2015-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one line
* | | | | | | | | Merge pull request #6045 from ragnard/apache-kafkalethalman2015-01-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | apache-kafka: New package and service
| * | | | | | | | | apache-kafka: New service for Apache KafkaRagnar Dahlén2015-01-29
| | | | | | | | | |