summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | Merge pull request #39142 from teto/nm_dispatchersSamuel Dionne-Riel2018-09-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [RDY] networkmanager: enrich dispatcher PATH
| * | | | | | | | networkmanager: make hooks easier to useMatthieu Coudron2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First change is to override the nm-dispatcher systemd service so that it puts coreutils (wc/env/...) and iproute in PATH. Second change is to make sure userscripts have the execute bit.
* | | | | | | | | Merge pull request #44347 from zhangyoufu/patch-28620Graham Christensen2018-09-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix vlan interface bring up on boot
| * | | | | | | | | fix commentFranz Pletz2018-08-13
| | | | | | | | | |
| * | | | | | | | | add comment for issue #28620Youfu Zhang2018-08-10
| | | | | | | | | |
| * | | | | | | | | fix vlan interface bring up on bootYoufu Zhang2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when the parent interface of a vlan interface is not up (yet), ip link cannot bring the vlan interface up the vlan interface will be automatically brought up when the parent interface is up later fix NixOS/nixpkgs#28620
* | | | | | | | | | nixos/tests/flatpak: explicitly disable gdm to fix evalUli Baum2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The switch to lightdm as default display manager in #30890 broke eval of the flatpak test. Since the test uses the auto display manager (lightdm), gdm must now be explicitly disabled.
* | | | | | | | | | nixos/nginx: fix type of sslTrustedCertificate optionUli Baum2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The option was added in 1251b34b5bbcd11a7a2974df7bada5d6d47b985d with type `types.path` but default `null`, so eval failed with the default setting. This broke the acme and certmgr tests. cc: @vincentbernat @fpletz
* | | | | | | | | | nixos docs: footnotes: give IDsGraham Christensen2018-09-01
| | | | | | | | | |
* | | | | | | | | | makefile: auto-format xml docs outside of the doc subdirGraham Christensen2018-09-01
| | | | | | | | | |
* | | | | | | | | | nixos docs: give IDs to thingsGraham Christensen2018-09-01
| | | | | | | | | |
* | | | | | | | | | nixos docs: Give sections IDsGraham Christensen2018-09-01
| | | | | | | | | |
* | | | | | | | | | nixos-generate-config.pl: remove executable bitUli Baum2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it was erroneously set in cb1ca420092c8854592afcf1cc0245b7245358f1 although this file isn't executable before patching shebangs.
* | | | | | | | | | services.xserver.windowManager.session: handle duplicate names (#37690)volth2018-09-01
| | | | | | | | | |
* | | | | | | | | | nixos-generate-config: fix perl quoting after cb1ca42Vladimír Čunát2018-09-01
| | | | | | | | | |
* | | | | | | | | | Merge #45910: Fix i686 installer iso buildVladimír Čunát2018-09-01
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | nixos/iso-image.nix: fixes i686 installer iso build.Samuel Dionne-Riel2018-09-01
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #45908
* | | | | | | | | nixos/doc: add instructions for installation behind a proxy (#45854)Venkateswara Rao Mandela2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The instructions to install nixos behind a proxy were not clear. While one could guess that setting http_proxy variables can get the install rolling, one could end up with an installed system where the proxy settings for the nix-daemon are not configured. This commit updates the documentation with 1. steps to install behind a proxy 2. configure the global proxy settings so that nix-daemon can access internet. 3. Pointers to use nesting.clone in case one has to use different proxy settings on different networks.
* | | | | | | | | Merge pull request #30890 from Lassulus/slim-lightdmxeji2018-09-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | display-managers: make lightdm the default
| * | | | | | | | | xserver.displayManager: change defaultlassulus2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
* | | | | | | | | | stage-1-init.sh: do not check mounted filesystems (#45891)volth2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck of a mounted filesystems fails with error code 8 "Operational error" and halts the boot processing
* | | | | | | | | | Merge pull request #45875 from wizeman/u/fix-transmission-mod2Jörg Thalheim2018-09-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/transmission: fix AppArmor profile to include keyutils
| * | | | | | | | | | nixos/transmission: fix AppArmor profile to include keyutilsRicardo M. Correia2018-08-31
| | | | | | | | | | |
* | | | | | | | | | | nixos/tests/installer: add missing system.extraDependenciesUli Baum2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 1b11fdd0df2254a762a16d04e603ba99e42169c0 the test VM depends on some extra packages to build the system to be installed. This broke the installer test as it tried to download/build these packages in a sandbox.
* | | | | | | | | | | Merge #45774: linux_testing_bcachefs: upgrade, add testsVladimír Čunát2018-09-01
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nixos/tests/bcachefs: initOkina Matara2018-08-31
| | | | | | | | | | | |
* | | | | | | | | | | | Merge #45731: artwork update (replacing old logo)Vladimír Čunát2018-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | nixos/grub: Uses the new artwork as the default option.Samuel Dionne-Riel2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also includes a set of defaults *for this option*, where when not used, other saner defaults are used.
| * | | | | | | | | | | nixos/grub: Adds background color and mode optionsSamuel Dionne-Riel2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The background color option is self-explanatory. The mode is either `normal` or `stretch`, they are as defined by GRUB, where normal will put the image in the top-left corner of the menu, and stretch is the default, where it stretches the image without consideration for the aspect ratio. * https://www.gnu.org/software/grub/manual/grub/grub.html#background_005fimage
| * | | | | | | | | | | Reviews use of old nixos wallpaper to use one with the new logo.Samuel Dionne-Riel2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wallpaper used is *structurally compatible* with the other one, meaning that the logo is at the same location, and not bigger. It has one drawback: the logo is brighter, which clashes with the grub usage. This is to be fixed with new options in grub.
* | | | | | | | | | | | Document running nixos-rebuild switch to clear /boot spaceGraham Christensen2018-08-31
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | nixos/gitea: fix pre start script (#44979)Tobias Happ2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gitea path is hardcoded in hooks directory in files of paths like: repositories/<user>/<repo>.git/hooks/update.d/gitea
* | | | | | | | | | | Merge pull request #45820 from ↵John Ericson2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | obsidiansystems/dont-use-obsolete-platform-aliases treewide: Dont use obsolete platform aliases
| * | | | | | | | | | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is deprecated and will be removed after 18.09.
* | | | | | | | | | | Merge pull request #45748 from xeji/p/nfs-232xeji2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
| * | | | | | | | | | | nixos/tests/nfs: fix nfs4 client mount pathUli Baum2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nfs4 exports from a virtual filesystem root, so the client mount path differs from nfs3
* | | | | | | | | | | | nixos/zeronet: init (#44842)チルノ2018-08-31
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #45811 from Nadrieril/fix-usbguard-auditfileSarah Brofeldt2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/usbguard: ensure the audit log file can be created nixos/usbguard: disable debug output
| * | | | | | | | | | | | nixos/usbguard: ensure the audit log file can be createdNadrieril2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 0.7.3, usbguard-daemon won't start if the file cannot be opened.
| * | | | | | | | | | | | nixos/usbguard: disable debug outputNadrieril2018-08-30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #45810 from vincentbernat/fix/nginx-staplingFranz Pletz2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/nginx: ensure TLS OCSP stapling works out of the box with LE
| * | | | | | | | | | | | | nixos/nginx: ensure TLS OCSP stapling works out of the box with LEVincent Bernat2018-08-30
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recommended TLS configuration comes with `ssl_stapling on` and `ssl_stapling_verify on`. However, this last directive also requires the use of `ssl_trusted_certificate` to verify the received answer. When using `enableACME` or similar, we can help the user by providing the correct value for the directive. The result can be tested with: openssl s_client -connect web.example.com:443 -status 2> /dev/null Without OCSP stapling, we get: OCSP response: no response sent After this change, we get: OCSP Response Data: OCSP Response Status: successful (0x0) Response Type: Basic OCSP Response Version: 1 (0x0) Responder Id: C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3 Produced At: Aug 30 20:46:00 2018 GMT
* | | | | | | | | | | | | Merge pull request #45638 from aanderse/incronJan Tojnar2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | incron: init at 0.5.12
| * | | | | | | | | | | | changed from forking to simple as recommended by @aszligAaron Andersen2018-08-31
| | | | | | | | | | | | |
| * | | | | | | | | | | | changes as per requested by @aszligAaron Andersen2018-08-31
| | | | | | | | | | | | |
| * | | | | | | | | | | | removed quotes when not needed as suggested by @aszligAaron Andersen2018-08-31
| | | | | | | | | | | | |
| * | | | | | | | | | | | added option to specify which packages are available to the system incrontabAaron Andersen2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommendation by @jtojnar and @maurer
| * | | | | | | | | | | | added a check to make sure a situation where a defined configuration ↵Aaron Andersen2018-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wouldn't be unused as per recommended by @maurer
| * | | | | | | | | | | | added a comment about the PATH variable under which incrontab commands will runAaron Andersen2018-08-27
| | | | | | | | | | | | |
| * | | | | | | | | | | | clarified the descriptions of the allow and deny optionsAaron Andersen2018-08-27
| | | | | | | | | | | | |