about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos: zsh: reorder /etc/zshrc a little bit, add more helpful documentationJan Malakhovski2019-08-24
|
* nixos: zsh: move NixOS-specific variables from /etc/zshrc to /etc/zshenvJan Malakhovski2019-08-24
| | | | We want these to be set even when /etc/zshrc loading is disabled.
* Merge pull request #67225 from matthewbauer/tramp-zshrc-fixMatthew Bauer2019-08-23
|\ | | | | nixos/zsh: Fix tramp support
| * nixos/zsh: Fix tramp supportMatthew Bauer2019-08-21
| | | | | | | | | | | | | | | | | | For a long time, TRAMP has not worked with ZSH NixOS servers. I thought I fixed this in 0740f57e63af61694d14796286cb9204, but now realize that was only half the problem. For TRAMP to start working again ‘unsetopt zle’ was needed, otherwise the connection would hang. In addition, I have a few more settings added that can apparenty interfere with these settings.
* | Merge pull request #67318 from jtojnar/gnome-photosJan Tojnar2019-08-23
|\ \ | | | | | | gnome-photos: 3.32.0 → 3.32.1
| * | tracker-miners: move from gnome3Jan Tojnar2019-08-23
| | |
| * | tracker: move from gnome3Jan Tojnar2019-08-23
| | |
| * | gnome-online-accounts: move from gnome3Jan Tojnar2019-08-23
| |/
* | Merge pull request #63539 from ivan/usbguard-noxSarah Brofeldt2019-08-23
|\ \ | | | | | | usbguard-nox: init at 0.7.4
| * | usbguard-nox: init at 0.7.4Ivan Kozik2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just usbguard without the Qt GUI that brings in Qt dependencies. Remove pandoc to reduce closure size. The usbguard build appears to use it only for spell checking. Remove asciidoctor because 0.7.1 switched to asciidoc. But don't add a dependency on asciidoc, because that causes the build fails on external DTDs.
* | | Merge pull request #67213 from mmahut/jormungandrMarek Mahut2019-08-23
|\ \ \ | | | | | | | | nixos: adding jormungandr service
| * | | nixos: adding jormungandr serviceMarek Mahut2019-08-22
| | | |
* | | | Revert "nixos/containers: add unprivileged option"Marek Mahut2019-08-23
| | | |
* | | | Merge pull request #67130 from uvNikita/containers/unprivilegedMarek Mahut2019-08-23
|\ \ \ \ | | | | | | | | | | nixos/containers: add unprivileged option
| * | | | nixos/containers: add unprivileged optionNikita Uvarov2019-08-21
| | | | | | | | | | | | | | | | | | | | Fixes #57083.
* | | | | 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
| | | | | | | | |