about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2017-01-08Merge pull request #21733 from regellosigkeitsaxiom/masterJörg Thalheim1-0/+15
Added option networking.wireless.networks.*.priority
2017-01-08test-driver: support punctuation in sendCharsvolth1-2/+28
2017-01-07update os-release manpage linkflorianjacob1-1/+1
the old manpage at 0pointer is still there, but does not seem to get updated
2017-01-07Added option networking.wireless.networks.*.priorityValentin Shirokov1-0/+15
It is literal 'priority' option of wpa_supplicant.conf
2017-01-07bind: fix collision of binaries in outputsFranz Pletz1-1/+1
Using outputsToInstall the intended behaviour of including host and dnsutils when bind is installed can be implemented instead of using symlinks to fix installing all outputs individually with nix-env. Fixes #19761.
2017-01-05httpd: setuptools is not top-levelvolth1-1/+1
2017-01-05Merge pull request #21578 from Mic92/zfsJörg Thalheim1-16/+34
zfs: add unstable variant
2017-01-05zfs: add unstable variantJörg Thalheim1-16/+34
Until now nixos only delivered the latest zfs release. This release is often not compatible with the latest mainline kernel. Therefor an unstable variant is added, which might be based on testing releases or git revisions. fixes #21359
2017-01-05Merge pull request #21586 from pngwjpgh/postgreyJoachim F2-15/+141
Postgrey
2017-01-04Merge pull request #21625 from mayflower/smokepingFranz Pletz1-97/+104
smokeping: Allow customization of cgiurl and imgurl
2017-01-04eval-config.nix: configuration->configuration.nixChris Martin1-1/+1
`configuration` seems to be a reference to an argument that was removed seven years ago in commit 2892aed7. `configuration.nix` makes it a big more clear what we're referring to.
2017-01-04Merge pull request #21592 from joachifm/cjdns-optional-extraHostsJoachim F1-20/+41
cjdns service: optional extraHosts
2017-01-04sssd: init at 1.14.2Alexander Kahl6-7/+169
perlPackages.TextWrapI18N: init at 0.06 perlPackages.Po4a: init at 0.47 jade: init at 1.2.1 ding-libs: init at 0.6.0 Switch nscd to no-caching mode if SSSD is enabled. abbradar: disable jade parallel building. Closes #21150
2017-01-03Merge pull request #21621 from volth/fix-synaptics-symlinkGraham Christensen1-2/+2
synaptics: fix broken symlink
2017-01-03smokeping: cleanup (option ordering)Tristan Helmich1-104/+99
2017-01-03smokeping: Allow full override of imgurl + cgiurlTristan Helmich1-2/+14
2017-01-03Add some more details about useSandboxChris Martin1-1/+3
2017-01-03fix broken link to synaptics configvolth1-2/+2
2017-01-03amazon-image.nix: Remove redundant log messageEelco Dolstra1-1/+0
(cherry picked from commit c4b5ed5db74cde94b19d519a8d875e3f7df48a76)
2017-01-03Fix using ephemeral disks for /tmp etc. in EC2 instancesEelco Dolstra1-0/+2
This code in amazon-image.nix: if mountFS "$device" "$mp" "" auto; then if [ -z "$diskForUnionfs" ]; then diskForUnionfs="$mp"; fi fi relies on mountFS to return a zero exit status if mounting succeeds. But the lustrateRoot check in mountFS was causing a non-zero exit status. As a result /disk0 would be mounted, but not used for /tmp. (cherry picked from commit d082ed8c35dec48aee2afd1303b3c8b2a1b242b0)
2017-01-03Merge pull request #21466 from abbradar/kde-wrapperThomas Tuegel1-185/+204
Flatten nested kdeWrappers
2017-01-03Merge pull request #21608 from volth/miredo-fix-kill-pathJörg Thalheim1-1/+1
miredo: fix path to "kill"
2017-01-03nix: 1.11.4 -> 1.11.5Eelco Dolstra1-3/+3
2017-01-03miredo-fix-kill-pathvolth1-1/+1
2017-01-03kde5 service: use flattening kdeWrapperNikolay Amiantov1-185/+204
2017-01-02pommed service: use pommed-lightBalletie1-17/+19
The pommed package was marked as broken. It is also severely unmaintained. I therefore chose to replace it entirely with `pommed-light`, for now.
2017-01-02cjdns service: optionally add cjdns hosts to networking.extraHostsTomas Hlavaty1-1/+11
Enabling this incurs a heavy eval-time cost, but it's a nice usability enhancement; satisfy both concerns by making it optional (default false).
2017-01-02Revert "nixos/cjdns: do not ammend /etc/hosts"Joachim Fasting1-20/+31
This reverts commit 60ded3f3632d221ca3f82a52392e155517880456. We want to make this optional instead.
2017-01-02Merge pull request #21566 from bjornfor/hostnameJörg Thalheim1-14/+17
nixos: provide /etc/hostname
2017-01-02nixos: provide /etc/hostnameBjørn Forsman1-0/+7
/etc/hostname is the file used by hostnamectl(1) and the org.freedesktop.hostname1 dbus service (both provided by systemd) to get the "static hostname". Better provide it so that users of those tools/services get a proper hostname. An example of an issue created by the lack of /etc/hostname is that the bluetooth stack on NixOS identifies itself to peers as "BlueZ $VERSION" instead of the hostname. References: https://www.freedesktop.org/software/systemd/man/hostname.html Changes v1 -> v2: * ensure /etc/hostname ends with a newline
2017-01-02postgrey: backwards compatabilityGregor Kleen1-0/+11
2017-01-02nixos-generate-config: detect CPU governorgnidorah2-1/+16
* cpu-freq: Try powersave if ondemand is not available * Revert "cpu-freq: Try powersave if ondemand is not available" This reverts commit 4dc56db37e32dcfecd667ebbf88263e47b296097. Consult available scaling governors; for freshly generated configs, this provides a better experience than relying on a default that might not work everywhere.
2017-01-02postgrey: improve formattingGregor Kleen1-1/+17
2017-01-02postgrey: allow additional whitelistsGregor Kleen1-1/+11
2017-01-02postgrey: more verbose default socketGregor Kleen1-1/+4
2017-01-02postgrey: coerce integersGregor Kleen1-2/+2
2017-01-02postgrey: fix submodule syntaxGregor Kleen1-19/+23
2017-01-02postgrey: add descriptions to IPv?CIDRGregor Kleen1-0/+2
2017-01-02postgrey: extended configurationGregor Kleen1-15/+95
2017-01-01nixos: cosmetic refactor of environment.etc."hostid"Bjørn Forsman1-14/+10
Create the file using attrset instead of list, to make it easier to later provide other files in the same module.
2017-01-01Merge pull request #21505 from tg-x/mpd-listenJörg Thalheim1-4/+4
mpd: listen on 127.0.0.1 by default
2017-01-01mpd: listen on 127.0.0.1 by defaulttg(x)1-4/+4
2017-01-01rename sound.enableMediaKeys to sound.mediaKeys.enable and add volumeStepRobin Stumm2-13/+31
2017-01-01Merge pull request #21444 from league/fix/gphoto2-udevJörg Thalheim2-0/+32
gphoto2: nixos programs module to configure udev
2017-01-01docker: deprecate socketActivation optionJörg Thalheim1-0/+4
2017-01-01Merge pull request #21447 from nlewo/pr/glanceJörg Thalheim6-0/+356
nixos/glance: init at liberty version
2017-01-01make-system-tarball.sh: use numeric uidsJoachim Fasting1-1/+1
Ownership should now always be 0/0. Pointed out by @dezgeg at https://github.com/NixOS/nixpkgs/pull/21305#discussion_r93258149
2016-12-31miredo: init at 1.2.6volth2-0/+94
2016-12-31nixos/gnome3: add gnome-settings-daemon udev rules (enables bluetooth GUI)Bjørn Forsman1-0/+1
Without this, gnome-settings-daemon will not have write access to /dev/rfkill, which in turn cause it to advertise no "airplane mode" over D-Bus, which in turn the bluetooth panel code in gnome-control-center interprets as "there are no bluetooth dongles" (and the button to turn on bluetooth is grayed out). The end result that bluetooth operations cannot be done in the GNOME desktop. See upstream discussion: http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-July/thread.html http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-December/thread.html
2016-12-31flexget: move out of python-packages.nixFrederik Rietdijk1-3/+3
because it is an application and not a library.