about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos/vte: ensure bash vte snippet appears firstworldofpeace2019-08-23
| | | | Fixes #67312
* Merge pull request #66722 from mmahut/trezord-emulatorMarek Mahut2019-08-22
|\ | | | | trezord: adding emulator support (plus test)
| * trezord: adding emultor supportMarek Mahut2019-08-16
| |
* | nixos/mate: enable vte integrationworldofpeace2019-08-21
| | | | | | | | Default terminal is mate-terminal which uses vte.
* | nixos/pantheon: enable vte integrationworldofpeace2019-08-21
| | | | | | | | Default terminal is elementary-terminal which uses vte.
* | Merge pull request #66990 from worldofpeace/gnome-vte-configworldofpeace2019-08-21
|\ \ | | | | | | nixos/gnome-terminal: init
| * | nixos/gnome-terminal: initworldofpeace2019-08-21
| | | | | | | | | | | | | | | | | | This module obsoletes services.gnome3.gnome-terminal-server as that's a confusing option for users, and sounds internal. It's much simpler to have a gnome-terminal module.
| * | nixos/vte: initworldofpeace2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module correctly includes the vte.sh script required for vte terminals like gnome-terminal to show the CWD in the window title and preserved across instances. This is achieved with the options: * programs.bash.vteIntegration * programs.zsh.vteIntegration as it's best to keep this configuration unguarded by gnome3.enable to support other vte terminals (such as elementary-terminal). Note the distinction between Zsh and Bash doesn't include a different script, as this script only supports those two shells.
* | | Merge pull request #67179 from uvNikita/containers/fix-imperativeSarah Brofeldt2019-08-21
|\ \ \ | | | | | | | | nixos/containers: fix imperative containers
| * | | nixos/containers: fix imperative containersNikita Uvarov2019-08-21
| | | | | | | | | | | | | | | | Fixes #67174.
* | | | Merge pull request #67071 from jtojnar/fontconfig-harmonizationJan Tojnar2019-08-21
|\ \ \ \ | | | | | | | | | | nixos/fontconfig: harmonize with penultimate
| * | | | nixos/fontconfig: harmonize commentsJan Tojnar2019-08-20
| | | | |
| * | | | nixos/fontconfig: harmonize file namesJan Tojnar2019-08-20
| | | | |
| * | | | nixos/fontconfig: harmonize folder variablesJan Tojnar2019-08-20
| | | | |
| * | | | nixos/fontconfig: harmonize indentationJan Tojnar2019-08-20
| | | | |
| * | | | nixos/fontconfig-penultimate: reorderJan Tojnar2019-08-20
| | | | | | | | | | | | | | | | | | | | to be more in line with fontconfig.nix
* | | | | nginx: expose generated config and allow nginx reloads (#57429)Danylo Hlynskyi2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nginx: expose generated config and allow nginx reloads Fixes: https://github.com/NixOS/nixpkgs/issues/15906 Another try was done, but not yet merged in https://github.com/NixOS/nixpkgs/pull/24476 This add 2 new features: ability to review generated Nginx config (and NixOS has sophisticated generation!) and reloading of nginx on config changes. This preserves nginx restart on package updates. I've modified nginx test to use this new feature and check reload/restart behavior. * rename to enableReload * add sleep(1) in ETag test (race condition) and rewrite rebuild-switch using `nesting.clone`
* | | | | Merge pull request #45392 from dguibert/dg/wireguardFlorian Klink2019-08-21
|\ \ \ \ \ | | | | | | | | | | | | nixos/wireguard: setup interface with systemd-networkd
| * | | | | systemd-networkd: add testsFélix Baylac-Jacqué2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit ec073e41a0dc8273cd81cf61fa37004310120af2)
| * | | | | systemd-networkd: add support for wireguard netdev.David Guibert2019-08-21
| | | | | |
* | | | | | Merge pull request #66492 from aanderse/extra-subservice-cleanupAaron Andersen2019-08-20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | nixos/httpd: extraSubservices cleanup
| * | | | | nixos/mantisbt: drop unmaintained moduleAaron Andersen2019-08-15
| | | | | |
| * | | | | nixos/systemhealth: drop unmaintained moduleAaron Andersen2019-08-15
| | | | | |
| * | | | | nixos/awstats: replace usage of deprecated services.httpd.extraSubservicesAaron Andersen2019-08-15
| | | | | |
* | | | | | Merge pull request #67109 from 1000101/masterMarek Mahut2019-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | trezord: add docs
| * | | | | | trezord: add docsJan Hrnko2019-08-20
| | | | | | |
* | | | | | | Merge pull request #66992 from oxij/nixos/fix-zsh-promptMatthew Bauer2019-08-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos: zsh: setopt prompt_sp to workaround a zsh bug
| * | | | | | | nixos: zsh: setopt prompt_sp to workaround a zsh bugJan Malakhovski2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #38535, properly fixing the prompt seems complicated, and this seems to work in all the ttys I checked. Suggested by @Mic92.
* | | | | | | | nixos/pantheon: use qt5 module for adwaita-qtworldofpeace2019-08-20
| | | | | | | |
* | | | | | | | Merge pull request #66392 from worldofpeace/qt-theme/moduleworldofpeace2019-08-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/qt5: init
| * | | | | | | | nixos/qt5: initworldofpeace2019-08-20
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moduule has the following options: * platformTheme * style This allows us to configure the Qt5 theme engine and style.
* | | | | | | | Merge pull request #66291 from reanimus/roon-no-dynamicSilvan Mosberger2019-08-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | roon-server: disable DynamicUser
| * | | | | | | roon-server: add back state directoryAlex Guzman2019-08-09
| | | | | | | |
| * | | | | | | [roon-server] Use non-deprecated string typeAlex Guzman2019-08-09
| | | | | | | |
| * | | | | | | [roon-server] don't create user if user changes defaultsAlex Guzman2019-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user changes the user for roon, we can assume they handled the setup for it
| * | | | | | | [roon-server] make roon user a system userAlex Guzman2019-08-07
| | | | | | | |
| * | | | | | | roon-server: let nix assign idsAlex Guzman2019-08-07
| | | | | | | |
| * | | | | | | roon-server: Add actual user pipingAlex Guzman2019-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds defined IDs
| * | | | | | | roon-server: disable DynamicUserAlex Guzman2019-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DynamicUser currently breaks the backup functionality provided by roon, as the roon server cannot write to non-canonical directories and the recycled UIDs/GIDs would make managing permissions for the directory impossible. On top of that, it would break the ability to manage the local music library files (as it would not be able to delete them).
* | | | | | | | Merge pull request #58207 from teto/kernelPackages_checkMatthieu Coudron2019-08-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boot.kernelPackages: check for conflicts It's currently possible to set conflicting `boot.kernelPackages` several times. Nixos now warns when this is the case instead of just picking one.
| * | | | | | | | boot.kernelPackages: check for conflictsMatthieu Coudron2019-08-10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's currently possible to set conflicting `boot.kernelPackages` several times which can prove confusing. This is an attempt to warn for this.
* | | | | | | | Merge pull request #66956 from worldofpeace/cleanup-gvfs-envarsworldofpeace2019-08-19
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | nixos/gvfs: set GIO_EXTRA_MODULES
| * | | | | | | nixos/lxqt: use gvfs moduleworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/xfce: use gvfs moduleworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/mate: don't set GiO_EXTRA_MODULESworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/pantheon: don't set GIO_EXTRA_MODULESworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/gnome3: don't set GIO_EXTRA_MODULESworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/gvfs: set GIO_EXTRA_MODULESworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/gvfs: add package optionworldofpeace2019-08-19
| | | | | | | |
| * | | | | | | nixos/gvfs: move out of GNOMEworldofpeace2019-08-19
| | |/ / / / / | |/| | | | |