summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos/gnome3: enable chrome-gnome-shelllworldofpeace2019-09-05
|
* nixos/chrome-gnome-shell: enable in firefoxworldofpeace2019-09-05
|
* Merge branch 'gtk-no-plus'Jan Tojnar2019-09-06
|\
| * tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | | | | | GTK was renamed.
* | postgresql: improve identMap descriptionCraige McWhirter2019-09-05
| | | | | | | | | | | | This patch provides example usage for identMap based upon PostrgeSQL documentation @thoughtpolice
* | Merge pull request #67563 from johanot/kubernetes-1.15-withmodulerevertSarah Brofeldt2019-09-05
|\ \ | | | | | | | | | | | | kubernetes: 1.14.3 -> 1.15.3 Also reverts the module systemd dependencies
| * | nixos/kubernetes: make module compatible with v1.15.xJohan Thomsen2019-09-04
| | |
| * | Revert "Merge pull request #56789 from mayflower/upstream-k8s-refactor"Johan Thomsen2019-09-04
| | | | | | | | | | | | | | | | | | | | | This reverts commit 7dc6e77bc2a03e660cab2c4cbf52f235bc52683e, reversing changes made to bce47ea9d5fa962736ddd4a254a27a5fd2cdee9a. Motivation for the revert in #67563
* | | nixos/railcar: small style changesKatharina Fey2019-09-04
| | |
* | | nixos/railcar: initKatharina Fey2019-09-04
| | |
* | | nix: 2.2.2 -> 2.3Eelco Dolstra2019-09-04
| | |
* | | Merge pull request #68015 from aanderse/zookeeperSilvan Mosberger2019-09-04
|\ \ \ | | | | | | | | nixos/zookeeper: recursively set permissions and ownership on dataDir
| * | | nixos/zookeeper: recursively set permissions and ownership on dataDirAaron Andersen2019-09-03
| | | |
* | | | amazon-image.nix: add EFI support, enable by default for aarch64Andrew Childs2019-09-05
| | | |
* | | | ceph: 13.2.4 -> 14.2.1Johan Thomsen2019-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove kinetic * release note * add johanot as maintainer nixos/ceph: create option for mgr_module_path - since the upstream default is no longer correct in v14 * fix module, default location for libexec has changed * ceph: fix test
* | | | ceph: 12.2.7 -> 13.2.4Kristoffer2019-09-04
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maintain only one version * ceph-client: init * include ceph-volume python tool in output nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active * run ceph with disk group permission * add extraConfig option for the global section needed per cluster * clear up how ceph.conf is generated * fix ceph testcase
* | | Merge pull request #68094 from peterhoeg/f/darkhttpPeter Hoeg2019-09-04
|\ \ \ | |_|/ |/| | nixos/darkhttpd: fix package reference
| * | nixos/darkhttpd: fix package referencePeter Hoeg2019-08-28
| | |
* | | Merge pull request #64552 from evanjs/feature/openrazer-2.3.1Silvan Mosberger2019-09-03
|\ \ \ | |_|/ |/| | openrazer: init at 2.6.0
| * | nixos/hardware/openrazer: init at 2.6.0Evan Stoll2019-08-30
| | |
* | | Merge pull request #55510 from florianjacob/declarative-printersSilvan Mosberger2019-09-03
|\ \ \ | | | | | | | | nixos/printers: declarative configuration
| * | | nixos/printers: declarative configurationFlorian Jacob2019-09-01
| | | |
* | | | blueman: add module for new systemd servicesAverell Dalton2019-09-03
| | | |
* | | | Merge pull request #67935 from jtojnar/gnome-fixesworldofpeace2019-09-02
|\ \ \ \ | | | | | | | | | | gnome3.gvfs: fix eval with allowAliases = false
| * | | | gnome3.glib-networking: replace with aliasJan Tojnar2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we moved gsettings-desktop-schemas to top-level, gnome3.glib-networking was the same as glib-networking. We could try to make the top-level variant not depend on gsettings-desktop-schemas again but that is probably pointless, as the dependency is rather small compared to things like libproxy. Instead, we will just drop the package in gnome3 attr set and always rely on the top-level expression.
* | | | | syncplay module: initNikolay Amiantov2019-09-03
|/ / / /
* | | | Merge pull request #67858 from flokli/local-fs-target-servicesAndreas Rammhold2019-09-02
|\ \ \ \ | | | | | | | | | | nixos: remove dependencies on local-fs.target
| * | | | nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
* | | | | nixos/pantheon: add onboardworldofpeace2019-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's used as an on-screen keyboard. Hopefully in future they can ship their native app [0] [0]: https://github.com/elementary/keyboard
* | | | | Merge pull request #67895 from lopsided98/sd-image-clone-configSamuel Dionne-Riel2019-09-01
|\ \ \ \ \ | | | | | | | | | | | | sd-image: don't use installer.cloneConfig option that is not imported
| * | | | | sd-image: don't use installer.cloneConfig option that is not importedBen Wolsieffer2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This once again allows sd-image.nix to imported standalone to build SD images of arbitrary NixOS systems.
* | | | | | Merge pull request #67522 from worldofpeace/gnome3/harmonize-defaultsworldofpeace2019-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Harmonize Gnome3 Defaults
| * | | | | | nixos/gnome3: additions to core-shellworldofpeace2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds: - gnome-color-manager - services.avahi It appears that GeoClue requires its daemon and IIRC has been default enabled in other distros for a while. - orca It's the default screen-reader.
| * | | | | | nixos/gnome3: cleanup core-utilitiesworldofpeace2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core-utilities is meant to be the base utilities for a GNOME system. The following are removed and the gnome3 module will no longer include: - accerciser - gnome-nettool - gnome-power-manager - gucharmap - nautilus-sendto See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/246 - gnome-usage - vinagre - gnome-documents See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/157 - dconf-editor - gnome-todo - gnome-tweaks - evolution The following were added: - cheese - geary
| * | | | | | nixos/seahorse: move to programsworldofpeace2019-08-30
| | | | | | |
* | | | | | | nixos/desktop-managers/xterm: Disable by defaultadisbladis2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a confusing default for some display managers that will default to it even when you have defined another display manager.
* | | | | | | Merge pull request #67877 from WilliButz/fix/67874Maximilian Bosch2019-09-01
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | nixos/prometheus-exporters: fix user generation
| * | | | | | nixos/prometheus-exporters: fix user generationWilliButz2019-09-01
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #67848 from flokli/google-compute-config-unitsFlorian Klink2019-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | google-compute-config.nix: fix comments, update google-*.service units, fix paths in gce
| * | | | | | google-compute-config.nix: use sysctl snippets from gceFlorian Klink2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We make them available at ${gce}/sysctl.d and add them to environments.etc, like we do with the systemd ones.
| * | | | | | google-compute-config.nix: add coreutils to google-instance-setup's $PATHFlorian Klink2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It executes bin/google_set_multiqueue which will execute basename
| * | | | | | google-compute-config: sync with upstream unitsFlorian Klink2019-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With local-fs.target part of sysinit.target (https://github.com/NixOS/nixpkgs/pull/61321), we don't need to add it explicitly to certain units anymore, and can change dependencies like they are in other distros (I picked from Google's official CentOS 7 image here). Like them, use StandardOutput=journal+console to pipe google-*.service output to the serial console as well.
| * | | | | | google-compute-config.nix: update comment about ssh loginFlorian Klink2019-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also move OS Login next to it, for better understandability
| * | | | | | google-compute-config: remove amazon pv-grub commentFlorian Klink2019-08-31
| | | | | | |
* | | | | | | Merge pull request #67888 from aanderse/delugeFlorian Klink2019-09-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/deluge: fix directory creation errors
| * | | | | | | nixos/deluge: fix directory creation errorsAaron Andersen2019-09-01
| | |/ / / / / | |/| | | | |
* / | | | | | nixos/redis: unbreak moduleFlorian Klink2019-09-01
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The redis module currently fails to start up, most likely due to running a chown as non-root in preStart. While at it, I hardcoded it to use systemd's StateDirectory and DynamicUser to manage directory permissions, removed the unused appendOnlyFilename option, and the pidFile option. We properly tell redis now it's daemonized, and it'll use notify support to signal readiness.
* | | | | | Merge pull request #67473 from worldofpeace/wingpanel/fix-network-indicatorworldofpeace2019-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/pantheon: fix launching nm-applet components
| * | | | | | nixos/pantheon: fix launching nm-applet componentsworldofpeace2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason nm-applet has to be running for an authentication dialog to be spawned by wingpanel-indicator-network. This also fixes storing NetworkManager secrets in the keyring, but this is still broken because we lack the proper PAM configuration.
* | | | | | | Merge pull request #67667 from jtojnar/default-emojiworldofpeace2019-09-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/fontconfig: Allow setting default emoji font