about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* rss2email: 3.9 -> 3.10Léo Gaspard2019-09-09
|
* Merge pull request #68218 from worldofpeace/cups-pk/no-auth-wheelworldofpeace2019-09-09
|\ | | | | nixos/cupsd: passwordless admin for wheel with polkit
| * nixos/cupsd: passwordless admin for wheel with polkitworldofpeace2019-09-06
| |
* | Merge pull request #68310 from rnhmjoj/xkbLinus Heckemann2019-09-09
|\ \ | | | | | | services.xserver.extraLayouts fixes
| * | nixos/xserver: export configuration with startx and extra layoutsrnhmjoj2019-09-08
| | | | | | | | | | | | | | | If the X server is run manually it must be started with an `-xkbdir` argument pointing to the custom xkb directory. So we export it to /etc/X11/xkb.
* | | Merge staging-next into stagingFrederik Rietdijk2019-09-09
|\ \ \
| * \ \ Merge pull request #67241 from kcalvinalvin/cmtSilvan Mosberger2019-09-08
| |\ \ \ | | | | | | | | | | nixos/modules/services/x11/hardware/: add cmt module
| | * | | nixos/cmt: add cmt moduleCalvin Kim2019-09-08
| | | | | | | | | | | | | | | | | | | | Adds custom touchpad drivers for Chromebooks.
* | | | | treewide: remove redundant quotesvolth2019-09-08
| | | | |
* | | | | Merge branch 'staging-next' into stagingVladimír Čunát2019-09-08
|\| | | |
| * | | | Merge pull request #68037 from dtzWill/update/upower-0.99.11worldofpeace2019-09-08
| |\ \ \ \ | | | | | | | | | | | | upower: 0.99.10 -> 0.99.11
| | * | | | nixos/upower: drop resumeCommands hackworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced 7 years ago, it's likely the issue has been fixed. Even possible this could cause issues with recent upower.
| | * | | | nixos/upower: drop custom unitworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of these changes ++ are in the upstream unit Also drop glib in path of unit as I don't believe this should be needed anymore.
| | * | | | nixos/upower: don't use activation script to create statedirworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | Systemd now handles this completely.
| * | | | | deluge service: fix my bad conflict resolution from f21211ebfVladimír Čunát2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | I'm sorry. Thanks to aszlig.
| * | | | | Merge pull request #66274 from talyz/gitlabFlorian Klink2019-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/gitlab: Add support for secure secrets and more
| | * | | | | nixos/gitlab: Extract arbitrary secrets from extraConfigtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to make any parameter specified in extraConfig secret by defining it an attrset containing the attr _secret, which in turn is a path to a file containing the actual secret.
| | * | | | | nixos/gitlab: Use postgresql module options to provision local dbtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the postgresql module to provision a local db (if databaseCreateLocally is true) instead of doing this locally. Switch to using the local unix socket for db connections by default; this is needed since dbs created by the postgresql module only support peer authentication. Instead of running the rake tasks db:schema:load, db:migrate and db:seed_fu, run gitlab:db:configure, which in turn runs these tasks when needed. Solves issue #53852 for gitlab.
| | * | | | | nixos/gitlab: Add support for storing secrets in filestalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for storing secrets in files outside the nix store, since files in the nix store are world-readable and secrets therefore can't be stored safely there. The old string options are kept, since they can potentially be handy for testing purposes, but their descriptions now state that they shouldn't be used in production. The manual section is updated to use the file options rather than the string options and the tests now test both.
| | * | | | | nixos/gitlab: Fix missing ca_file for SMTPtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around upstream issue #790 by explicitly referencing the ca-certificates.crt file.
| * | | | | | postgresql_9_4: Remove packageadisbladis2019-09-07
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | It's only supported until February 13, 2020 which is during the 19.09 life cycle.
| * | | | | nixos/kibana: Filter empty listsadisbladis2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some options (in particular elasticsearch.ssl.certificateAuthorities) are not allowed to be empty.
* | | | | | nixos/networkd: continue supporting 99-main with wildcard interface matchAndreas Rammhold2019-09-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With systemd version 243 network units with empty match block will generate warnigs. The reasoning seems to be that the intended behaviour is hard to infere. Being explicit about really meaning any interface is the reasonable thing here. We want to get rid of this mechanism in the long run but as long as we do not have a replacement we should stick with it and keep it in reasonable good shape.
* | | | | Merge pull request #68243 from mmahut/jormungandrMarek Mahut2019-09-07
|\ \ \ \ \ | | | | | | | | | | | | nixos/jormungandr: adding RUST_BACKTRACE until service is stable
| * | | | | nixos/jormungandr: adding RUST_BACKTRACE until service is stableMarek Mahut2019-09-07
| | | | | |
* | | | | | Merge pull request #68213 from worldofpeace/ead/fixworldofpeace2019-09-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/iwd: add tmpfiles rule for ead service
| * | | | | | nixos/iwd: add tmpfiles rule for ead serviceworldofpeace2019-09-06
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | This is needed for the wired service ead.service. (in ReadWritePaths)
* | | | | | iso-image-kde: Disable synapticsadisbladis2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | It's been deprecated since 17.09 and libinput is a better default
* | | | | | Merge pull request #68182 from worldofpeace/chrome-gnome-shellworldofpeace2019-09-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/gnome3: enable chrome-gnome-shelll
| * | | | | nixos/gnome3: enable chrome-gnome-shelllworldofpeace2019-09-05
| | | | | |
| * | | | | nixos/chrome-gnome-shell: enable in firefoxworldofpeace2019-09-05
| |/ / / /
* | | | | Merge pull request #68233 from worldofpeace/plasma5-enable-libinputworldofpeace2019-09-06
|\ \ \ \ \ | | | | | | | | | | | | nixos/plasma5: enable libinput
| * | | | | nixos/plasma5: enable libinputworldofpeace2019-09-06
| | |_|_|/ | |/| | |
* | | | | Merge pull request #67917 from worldofpeace/lightdm-pam-gnome-keyringworldofpeace2019-09-06
|\ \ \ \ \ | | | | | | | | | | | | nixos/lightdm: fix pam rules
| * | | | | nixos/lightdm: fix pam rulesworldofpeace2019-09-06
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules are a translation of what's done in the GDM module and adjustments based of looking at Arch Linux's configuration and upstream's. A side effect of this change is that gnome-keyring and kwallet modules should work as expected when in- cluded. Fixes #64259 #62045
* | | | | Merge master into staging-nextFrederik Rietdijk2019-09-06
|\ \ \ \ \
| * | | | | nixos/prometheus: remove prometheus1 module, rename prometheus2WilliButz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prometheus 1 is no longer supported, instead 'services.prometheus' now configures the Prometheus 2 service.
| * | | | | murmur service: fix typo in descriptionNikolay Amiantov2019-09-06
| |/ / / /
| * | | | Merge pull request #67585 from worldofpeace/system-config-printerworldofpeace2019-09-06
| |\ \ \ \ | | | | | | | | | | | | nixos/system-config-printer: init
| | * | | | nixos/mate: enable system-config-printerworldofpeace2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After some research this should be installed as a program in Mate or Cinnamon.
| | * | | | nixos/plasma5: use system-config-printer moduleworldofpeace2019-09-06
| | | | | |
| | * | | | nixos/xfce4-14: use system-config-printer moduleworldofpeace2019-09-06
| | | | | |
| | * | | | nixos/gnome3: use system-config-printer moduleworldofpeace2019-09-06
| | | | | |
| | * | | | nixos/pantheon: use system-config-printer moduleworldofpeace2019-09-06
| | | | | |
| | * | | | nixos/system-config-printer: initworldofpeace2019-09-06
| | |/ / /
| * | | | Merge pull request #68210 from ivan/nixos-railcar-stringSilvan Mosberger2019-09-06
| |\ \ \ \ | | | | | | | | | | | | nixos/railcar: remove use of the deprecated string type
| | * | | | nixos/railcar: remove use of the deprecated string typeIvan Kozik2019-09-06
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the warning being emitted by nixos-rebuild switch: building Nix... building the system configuration... trace: warning: types.string is deprecated because it quietly concatenates strings It started emitting a warning in #66346.
* | | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\| | | |
| * | | | kibana5: Remove EOL packageadisbladis2019-09-06
| | | | |
| * | | | logstash5: Remove EOL packageadisbladis2019-09-06
| |/ / /