summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/xrdp: add fonts.enableDefaultFontsvolth2018-06-17
|
* brightnessctl: init at 0.3.2 (#42102)dje43212018-06-16
| | | | | | * brightnessctl: init at 0.3.2 * Revised PR
* Merge pull request #41971 from aneeshusa/use-listen_addresses-for-postgresqlMatthew Justin Bauer2018-06-15
|\ | | | | nixos/postgresql: Use listen_addresses, not -i
| * nixos/postgresql: Use listen_addresses, not -iAneesh Agrawal2018-06-13
| | | | | | | | | | The -i flag to control if PostgreSQL listens for TCP/IP connections has been deprecated, so replace it with the modern alternative.
* | Merge pull request #41737 from jraygauthier/jrg/uvcvideo_dynctrl_rebasedMatthew Justin Bauer2018-06-15
|\ \ | | | | | | nixos/uvcvideo.dynctrl: Init
| * | nixos/uvcvideo.dynctrl: InitRaymond Gauthier2018-06-11
| | |
* | | nixos/zfs: mount AFTER importFrank Doepper2018-06-15
| | |
* | | nixos/uwsgi: use python.withPackagesAneesh Agrawal2018-06-13
| |/ |/|
* | Merge pull request #41853 from volth/patch-153xeji2018-06-13
|\ \ | | | | | | network-interfaces.nix: remove duplicate code
| * | network-interfaces.nix: remove duplicate codevolth2018-06-11
| | |
* | | Merge pull request #41928 from woffs/zfs-service-enableJörg Thalheim2018-06-13
|\ \ \ | | | | | | | | nixos/zfs: enable zfs services
| * | | nixos/zfs: enable zfs servicesFrank Doepper2018-06-13
| | | |
* | | | Merge pull request #41938 from tilpner/awesome-no-argbJörg Thalheim2018-06-13
|\ \ \ \ | | | | | | | | | | nixos/awesome: Add noArgb option
| * | | | nixos/awesome: Add noArgb optiontilpner2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to disable client transparency support in awesome, which greatly improves performance in my setup (and presumably will in some others).
* | | | | Merge pull request #41852 from oxij/nixos/tor-serviceJoachim F2018-06-13
|\ \ \ \ \ | |/ / / / |/| | | | nixos/tor: fix systemd service
| * | | | nixos/tor: use ControlPort for controlSocket for simplicitySLNOS2018-06-11
| | | | |
| * | | | nixos/tor: add tor-init service to fix directory ownerships, fix hardeningsSLNOS2018-06-11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts a part of 5bd12c694bfebaef1d03eb7f74a6eca01b86f546. Apparently there's no way to specify user for RuntimeDirectory in systemd service file (it's always root) but tor won't create control socket if the dir is owned by anybody except the tor user. These hardenings were adopted from the upstream service file, checked against systemd.service(5) and systemd.exec(5) manuals, and tested to actually work with all the options enabled. `PrivateDevices` implies `DevicePolicy=closed` according to systemd.exec(5), removed. `--RunAsDaemon 0` is the default value according to tor(5), removed.
* | | | Merge pull request #41764 from oxij/nixos/some-more-related-packagesMichael Raskin2018-06-13
|\ \ \ \ | | | | | | | | | | nixos: add some more related packages
| * | | | nixos: xserver: add related packagesJan Malakhovski2018-06-13
| | | | |
| * | | | nixos: doc: make `relatedPackages` a bit smarterJan Malakhovski2018-06-13
| | | | |
* | | | | nixos/tests/morty: fix non-deterministic failureUli Baum2018-06-13
| |_|/ / |/| | | | | | | | | | | ... due to improper timing
* | | | Merge pull request #41884 from johanot/k8s-improvementsSarah Brofeldt2018-06-13
|\ \ \ \ | | | | | | | | | | nixos/kubernetes: improvements
| * | | | nixos/kubernetes: improvementsJohan Thomsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added option 'cni.configDir' to allow for having CNI config outside of nix-store Existing behavior (writing verbatim CNI conf-files to nix-store) is still available. - Removed unused option 'apiserver.publicAddress' and changed 'apiserver.address' to 'bindAddress' This conforms better to k8s docs and removes existing --bind-address hardcoding to 0.0.0.0 - Fixed c/p mistake in apiserver systemd unit description - Updated 18.09 release notes to reflect changes to existing options And fixed some typos from previous PR - Make docker images for Kubernetes Dashboard and kube-dns configurable
* | | | | Merge pull request #37289 from disassembler/dnsdistxeji2018-06-13
|\ \ \ \ \ | | | | | | | | | | | | nixos/dnsdist: init module
| * | | | | nixos/dnsdist: initial serviceSamuel Leathers2018-05-02
| | | | | |
* | | | | | nixos/tinc: minor fixesvolth2018-06-12
| | | | | |
* | | | | | nixos/nat: optional networking.nat.externalInterface (#41864)volth2018-06-12
| | | | | | | | | | | | | | | | | | to prevent "cannot coerce null to string" raise before the assertions are checked
* | | | | | nixos/unbound: add restart (#41885)volth2018-06-12
| | | | | |
* | | | | | maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883)Jörg Thalheim2018-06-12
| |/ / / / |/| | | |
* | | | | azure: stop carrying qemu-220 patchCole Mickens2018-06-12
| | | | |
* | | | | nixos/no-x-libs: Switch to using nixpkgs.overlaysaszlig2018-06-11
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The usage of nixpkgs.config.packageOverrides is deprecated and we do have overlays since quite a while. Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra
* | | | nixos/initrd-network: support hetznervolth2018-06-11
| | | |
* | | | nixos/tomcat: fix eval error introduced by #40657Uli Baum2018-06-11
| | | |
* | | | nixos/autosuggestions: add module (#41397)Maximilian Bosch2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `zsh-autosuggestions` package provides several configuration options such as a different highlight style (like `fg=cyan` which is easier to read). With `rename.nix` the old `programs.zsh.enableAutosuggestions` is still functional, but yields the following warning like this during evaluation: ``` trace: warning: The option `programs.zsh.enableAutosuggestions' defined in `<unknown-file>' has been renamed to `programs.zsh.autosuggestions.enable'. ``` The module provides the most common `zsh-autosuggestions` (highlight style and strategy) as options that will be written into the interactive shell init (`/etc/zshrc` by default). Further configuration options can be declared using the `extraConfig` attr set: ``` { programs.zsh.autosuggestions.extraConfig = { "ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" = "buffer_size"; }; } ``` A full list of available configuration options for `zsh-autosuggestions` can be viewed here: https://github.com/zsh-users/zsh-autosuggestions/blob/v0.4.3/README.md
* | | | tomcat service: fix webapps default option (#40657)Tristan Helmich2018-06-10
| | | | | | | | | | | | The old package tomcat.webapps does not exist
* | | | nixos/nat: optional networking.nat.externalInterface (#41758)volth2018-06-10
| | | |
* | | | Merge branch 'master' into nixos-evaluateMatthew Justin Bauer2018-06-10
|\ \ \ \
| * | | | sshd: change location of config file (#41744)Izorkin2018-06-10
| | | | | | | | | | | | | | | create symlink /etc/ssh/sshd_config
| * | | | nixos/tests/gnome3: switch to lightdm (#41742)xeji2018-06-09
| | | | |
| * | | | Merge pull request #41733 from Baughn/nix-syncJörg Thalheim2018-06-09
| |\ \ \ \ | | |_|_|/ | |/| | | zfs: Fix "zfs-sync" for modern systemd
| | * | | zfs: Fix "zfs-sync" for modern systemdSvein Ove Aas2018-06-09
| | | | |
| * | | | Merge pull request #41731 from andir/memcached-testAndreas Rammhold2018-06-09
| |\ \ \ \ | | | | | | | | | | | | nixos/memcached: added simple set/get test
| | * | | | nixos/memcached: added simple set/get testAndreas Rammhold2018-06-09
| | |/ / / | | | | | | | | | | | | | | | The test ensures that the services comes up and accepts/provides values.
| * | | | Merge pull request #41057 from nyanloutre/duplicati/custom_optionsPeter Hoeg2018-06-09
| |\ \ \ \ | | |/ / / | |/| | | nixos/duplicati: add port and datafolder options
| | * | | nixos/duplicati: add port and interface optionsnyanloutre2018-06-09
| | | | |
| * | | | nixos/munge: run munge as user munge instead of root. (#41509)markuskowa2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | * Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
| * | | | nixos/sslh: add transparent proxying support (#41412)volth2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [x] Support transparent proxying. This means services behind sslh (Apache, sshd and so on) will see the external IP and ports as if the external world connected directly to them. [x] Run sslh daemon as unprivileged user instead of root (it is not only for security, transparent proxying requires it) [x] Removed pidFile support (it is not compatible with running sslh daemon as unprivileged user) [x] listenAddress default changed from "config.networking.hostName" (which resolves to meaningless "127.0.0.1" as with current /etc/hosts production) to "0.0.0.0" (all addresses)
| * | | | Merge pull request #41466 from andir/haproxy-1.8.9Andreas Rammhold2018-06-08
| |\ \ \ \ | | | | | | | | | | | | Haproxy 1.8.9
| | * | | | nixos/tests; add haproxyAndreas Rammhold2018-06-08
| | | | | |
| * | | | | Merge pull request #41375 from phryneas/mosh-with-libutempterxeji2018-06-08
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/programs.mosh: refactor