summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | resolvconf service: initNikolay Amiantov2019-07-15
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a refactor of how resolvconf is managed on NixOS. We split it into a separate service which is enabled internally depending on whether we want /etc/resolv.conf to be managed by it. Various services now take advantage of those configuration options. We also now use systemd instead of activation scripts to update resolv.conf. NetworkManager now uses the right option for rc-manager DNS automatically, so the configuration option shouldn't be exposed.
* | | | | | | | | | Merge pull request #64806 from peterhoeg/f/execPeter Hoeg2019-07-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/systemd: 242 supports Type = exec
| * | | | | | | | | | nixos/systemd: 242 supports Type = execPeter Hoeg2019-07-15
| |/ / / / / / / / /
* | | | | | | | | | Merge #64892: 'staging-next' (another iteration)Vladimír Čunát2019-07-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not completely without regressions, but I believe we can deal with the rest directly on master. This is required for Firefox security fixes.
| * \ \ \ \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-07-16
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-07-15
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1530372
| * | | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2019-07-13
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-07-11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-07-10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-07-09
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2019-07-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-appsThomas Tuegel2019-07-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap Qt applications
| | * | | | | | | | | | | | | | wrapQtAppsHook: wrap Qt applications for runtime dependenciesThomas Tuegel2019-07-05
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'master' into postgresql-plugins-binDanylo Hlynskyi2019-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #64810 from WilliButz/grafana-extend-testAaron Andersen2019-07-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/tests: extend grafana test, nixos/grafana: use group grafana instead of nogroup
| | * | | | | | | | | | | | | | | nixos/tests: extend grafana testWilliButz2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also test configurations with postgresql and mariadb.
| | * | | | | | | | | | | | | | | nixos/grafana: add grafana user to group 'grafana'WilliButz2019-07-15
| | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #64815 from abbradar/ipxe-efiNikolay Amiantov2019-07-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | IPXE EFI netboot fix
| | * | | | | | | | | | | | | | boot tests: add UEFI PXE netboot testingNikolay Amiantov2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generalize netboot testing and add tests for UEFI PXE netboot.
| | * | | | | | | | | | | | | | nixos-test-driver: support netRomFileNikolay Amiantov2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for UEFI PXE netboot testing.
| | * | | | | | | | | | | | | | nixos netboot: explicitly specify initrdNikolay Amiantov2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for iPXE on UEFI, see http://forum.ipxe.org/archive/index.php/thread-7589.html
| * | | | | | | | | | | | | | | Merge pull request #62835 from lheckemann/ipv6-privacy-extensionsLinus Heckemann2019-07-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ipv6 privacy extensions
| | * | | | | | | | | | | | | | | nixos/network-interfaces: make `preferTempAddr=false` work againrnhmjoj2019-07-09
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | release notes: document IPv6 privacy extensions changeLinus Heckemann2019-06-07
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | nixos/network-interfaces: always apply privacy extensionsLinus Heckemann2019-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #56306
| * | | | | | | | | | | | | | | | nixos/redmine: add database.createLocally option (#63932)Silvan Mosberger2019-07-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/redmine: add database.createLocally option
| | * | | | | | | | | | | | | | | | nixos/redmine: cosmetic cleanupAaron Andersen2019-06-30
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | nixos/redmine: add database.createLocally optionAaron Andersen2019-06-30
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #62956 from abbradar/nm-fixesNikolay Amiantov2019-07-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NetworkManager fixes
| | * | | | | | | | | | | | | | | | | Update nixos/modules/services/networking/networkmanager.nixNikolay Amiantov2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
| | * | | | | | | | | | | | | | | | | networkmanager service: install strongswan configuration file only if enabledNikolay Amiantov2019-06-10
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | networkmanager service: remove `with pkgs`Nikolay Amiantov2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using `with` which isn't particularly needed.
| | * | | | | | | | | | | | | | | | | networkmanager service: fix simultaneous append and insert of nameserversNikolay Amiantov2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before only one of them could work at the same time.
| | * | | | | | | | | | | | | | | | | networkmanager service: override DNS when it's actually neededNikolay Amiantov2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logic expression was incorrect before.
| * | | | | | | | | | | | | | | | | | Merge pull request #63639 from Ekleog/fix-matrix-docLéo Gaspard2019-07-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-synapse: fix documentation
| | * | | | | | | | | | | | | | | | | | matrix-synapse: fix documentationLéo Gaspard2019-06-22
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | xfce4-13: rename to xfce4-14José Romildo Malaquias2019-07-13
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | manual: mention jmacs as emacs imitationcaadar2019-07-13
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | nixos/install-grub: include child configs in grub menu (#45345)Silvan Mosberger2019-07-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/install-grub: include child configs in grub menu
| | * | | | | | | | | | | | | | | | | | nixos/tests: add test for showing child configuration in grub menuVenkateswara Rao Mandela2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create a child configuration named "Work" with an extra config file. - Name the default configuration as "Home" :-) - Once the VM is setup, reboot and verify that it has booted into default configuration. - Reboot into the "Work" configuration via grub. - Verify that we have booted into the "Work" configuration and that the extra config file is present. This test works for the simple grub configuration and simple UEFI Grub configuration. UEFI Systemd is not included in the test.
| | * | | | | | | | | | | | | | | | | | nixos/tests: installer: restructure simpleUefiGrub test dataVenkateswara Rao Mandela2019-07-11
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | nixos/tests: installer: restructure simple test dataVenkateswara Rao Mandela2019-07-11
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | nixos/install-grub: include child configs in grub menuVenkateswara Rao Mandela2019-07-11
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configs listed under the fine-tune subdirectory to the grub menu. Use specified configuration name for the entry if available.
| * | | | | | | | | | | | | | | | | | Merge pull request #64112 from davidtwco/deluge/users-groups-firewallsSilvan Mosberger2019-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | nixos/deluge: add user/group/openFirewall opts and extraction packages to path
| | * | | | | | | | | | | | | | | | | nixos/deluge: Add extractor dependencies.David Wood2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the "Extractor" plugin dependencies to the PATH of the `deluged` service.
| | * | | | | | | | | | | | | | | | | nixos/deluge: user, group and web firewall opts.David Wood2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds new options to the Deluge service: - Allow configuration of the user/group which runs the deluged daemon. - Allow configuration of the user/group which runs the deluge web daemon. - Allow opening firewall for the deluge web daemon.
| * | | | | | | | | | | | | | | | | | Merge pull request #64621 from gloaming/dhcpcd-before-network-onlineFlorian Klink2019-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/dhcpcd: Before network-online.target
| | * | | | | | | | | | | | | | | | | | nixos/dhcpcd: Before network-online.targetCraig Hall2019-07-11
| | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of network.target. Fixes #60900 (delayed boot).
| * | | | | | | | | | | | | | | | | | Merge pull request #63844 from aanderse/zabbix-cleanupAaron Andersen2019-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/zabbix: overhaul package & module
| | * | | | | | | | | | | | | | | | | | nixos/zabbixProxy: init moduleAaron Andersen2019-07-11
| | | | | | | | | | | | | | | | | | | |