about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos/jenkins: ensure postStart follows redirectsBjørn Forsman2018-03-02
| | | | | | | Pass the -L flag to curl to make it follow redirects. This fixes an issue I found when setting up reverse proxy for Jenkins. Without this fix, the returned HTTP code was stuck at 302, making postStart fail the service (it expects 200 or 403).
* Merge branch 'dropbear-2018-76-fix'Shea Levy2018-03-01
|\
| * initrd-ssh: Fix for new dropbear version.Shea Levy2018-03-01
| | | | | | | | For some reason 2018.76 dropped the -m flag.
* | grafana: 4.6.3 -> 5.0.0WilliButz2018-03-01
| |
* | nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | | | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
* | Merge pull request #29768 from Mic92/networkdJörg Thalheim2018-03-01
|\ \ | |/ |/| networkd: also load builtin modules
| * networkd: also load builtin modulesJoerg Thalheim2017-09-25
| |
* | Merge branch 'nix-ssh-ng'Shea Levy2018-02-28
|\ \
| * | nixos: nix.sshServe: Support ssh-ng.Shea Levy2018-02-28
| | |
* | | Merge pull request #36136 from hedning/nix-bash-completions-on-enableCompletionJörg Thalheim2018-02-28
|\ \ \ | | | | | | | | programs/bash: install nix-bash-completions if completion is enabled
| * | | programs/bash: install nix-bash-completions if completion is enabledTor Hedin Brønner2018-02-28
| |/ /
* | | Merge pull request #35892 from Nadrieril/update-usbguardFrederik Rietdijk2018-02-28
|\ \ \ | | | | | | | | usbguard: 0.7.0 -> 0.7.2
| * | | nixos/usbguard: Do not check permissions on rules file (using undocumented ↵Nadrieril2018-02-27
| | | | | | | | | | | | | | | | -P flag)
* | | | disnix module: make dbus service configurableSander van der Burg2018-02-28
| |/ / |/| |
* | | digitalbitbox: init at 2.2.2 (#33787)David Asabina2018-02-27
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * digitalbitbox: init at 2.2.2 The commits that lead to this have been squashed from independent commits see branch @vidbina/add/digitalbitbox-wip that did the following: - 0a3030fa0ec digitalbitbox: init at 2.2.2 - c18ffa3ffd4 digitalbitbox: moved meta to EOF - 0c5f3d6972a digitalbitbox: using preConfigure + configureFlags - a85b1dfc3fd digitalbitbox: nativeBuildInputs - 90bdd35ef0f digitalbitbox: autoreconfHook - 91810eea055 digitalbitbox: default installPhase & makeWrapper - 90e43fb7e2a digitalbitbox: doc rm $PWD hack & printf-tee deal - fd033b2fe5a digitalbitbox: cleanup, alphabetically sort attrs - c5907982db3 digitalbitbox: added hardware module - 88e46bc9ae0 digitalbitbox: added program module - amend to change name: dbb-app -> digitalbitbox - amend to add install instructions based on feedback (https://github.com/NixOS/nixpkgs/pull/33787#issuecomment-362813149) - amend to add longDescription - moved program to its own dir - overridable udev rules handling - added docs to manual - added package attr to program module - added package attr to hardware module * digitalbitbox: use libsForQt5.callPackage
* | attempt to fix #30940 more robustlyAristid Breitkreuz2018-02-26
| |
* | Merge pull request #34028 from florianjacob/matomoFranz Pletz2018-02-26
|\ \ | | | | | | piwik is now matomo
| * | nixos/matomo: improve serverName defaultFlorian Jacob2018-02-22
| | | | | | | | | | | | when we need to change it anyway for the rename.
| * | nixos/piwik: rename to matomoFlorian Jacob2018-02-22
| | |
* | | nixos udevil: set up wrapper for udevilPeter Hoeg2018-02-26
| | |
* | | Merge pull request #35432 from timokau/syncthing-deprecate-inotifyPeter Hoeg2018-02-26
|\ \ \ | | | | | | | | syncthing,qsyncthingtray: remove syncthing-inotify
| * | | syncthing,qsyncthingtray: remove syncthing-inotifyTimo Kaufmann2018-02-24
| | | | | | | | | | | | | | | | syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
* | | | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| | | |
* | | | nixos/mysql: Unbreak initial database creationSarah Brofeldt2018-02-24
| | | |
* | | | Merge pull request #35461 from lheckemann/grub-by-idJörg Thalheim2018-02-24
|\ \ \ \ | |/ / / |/| | | grub module: suggest by-id paths for devices
| * | | grub module: suggest by-id paths for devicesLinus Heckemann2018-02-24
| | | | | | | | | | | | | | | | | | | | Since they are more stable, their use should be encouraged over that of potentially volatile identifiers like /dev/[sh]da.
* | | | nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eelco Dolstra wrote: Hm, this is not really the intended use of stateVersion. From the description: Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful data. For instance, if the default version of PostgreSQL changes, the new version will probably be unable to read your existing databases. To prevent such breakage, you can set the value of this option to the NixOS release with which you want to be compatible. The effect is that NixOS will option defaults corresponding to the specified release (such as using an older version of PostgreSQL). So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.) I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
* | | | nixos/programs.chromium: write policies for google-chrome toovolth2018-02-23
| | | | | | | | | | | | Policy configuration files live under /etc/chromium for Chromium, and under /etc/opt/chrome for Google Chrome.
* | | | tinc: enable invitationsTom Bereknyei2018-02-23
| | | |
* | | | Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
|\ \ \ \ | | | | | | | | | | fwupd: 1.0.5 update & cleanups
| * | | | nixos/fwupd: use manual list of etc filesJan Tojnar2018-02-22
| | | | | | | | | | | | | | | | | | | | Closes: #32142
* | | | | Revert "cups service: fix client sockets"Nikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
* | | | | cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
* | | | | Merge pull request #35343 from gnidorah/softetherJörg Thalheim2018-02-23
|\ \ \ \ \ | |_|/ / / |/| | | | softether module: fix dataDir option
| * | | | softether module: fix dataDir optiongnidorah2018-02-22
| | |/ / | |/| |
* | | | Merge pull request #35026 from alesguzik/acpid_log_eventsFranz Pletz2018-02-23
|\ \ \ \ | | | | | | | | | | nixos/acpid: add option to log events
| * | | | nixos/acpid: add option to log eventsAles Huzik2018-02-21
| | | | |
* | | | | Merge pull request #31619 from NeQuissimus/exclude_rtl8723bsFranz Pletz2018-02-23
|\ \ \ \ \ | | | | | | | | | | | | rtl8723bs: Only include in enableAllFirmware if valid
| * | | | | rtl8723bs: Only include in enableAllFirmware if validTim Steinbach2018-02-22
| | |/ / / | |/| | |
* | | | | nixos/tox-bootstrapd: new command line formatvolth2018-02-23
| | | | |
* | | | | browserpass module: add firefox supportFranz Pletz2018-02-23
| | | | |
* | | | | nixpkgs module: update config exampleFranz Pletz2018-02-23
| | | | | | | | | | | | | | | | | | | | firefox.enableGeckoMediaPlayer does not exist anymore.
* | | | | Merge pull request #34470 from WilliButz/fix-xautolockFranz Pletz2018-02-22
|\ \ \ \ \ | | | | | | | | | | | | nixos/xautolock: fix default defaults/examples, add assertions
| * | | | | nixos/xautolock: fix default defaults/examples, add assertionsWilliButz2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | see issue #34371
* | | | | | nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
| | | | | |
* | | | | | nixos/label: no prepend '-' if there are no tagsvolth2018-02-22
| | | | | |
* | | | | | nixos/programs.chromium: remove unicode char '↪'volth2018-02-22
| | | | | |
* | | | | | Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | postgis: get rid of composableDerivation
| * | | | | postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | | | | | crashplan-small-business: remove unneeded functionMarti Serra2018-02-21
| | | | | |