about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Merge pull request #94858 from liff/virtualbox-python-testFlorian Klink1-203/+215
nixosTests.virtualbox: Port to python
2020-08-26extra-utils: build a full lvm2 without udev support, fixes #96197Frederik Rietdijk1-3/+5
dmsetup was missing symbols. https://github.com/NixOS/nixpkgs/pull/96290#issuecomment-680252830
2020-08-26Merge pull request #95678 from helsinki-systems/upd/sogoLassulus1-1/+0
sogo: 4.3.2 -> 5.0.0
2020-08-25Merge pull request #96263 from bendlas/warn-wpa-supplicant-configHerwig Hochleitner1-0/+3
nixos: wpa_supplicant: warn on unused config
2020-08-25nixos/tests: use ::1 instead of anycast address (#96250)Rouven Czerwinski1-4/+4
According to RFC4291[1], 2001:db8:: is the anycast address for the prefix and will be answered by all routers responsible for this prefix. This means that before the iputils bump, the ping from client to isp was answered by the router and not by the ISP machine. Switching away from the anycast address fixes this issue. Credits for finding this go to @primeos. [1]: https://tools.ietf.org/html/rfc4291#section-2.6.1 Fixes #96188
2020-08-25Merge pull request #96179 from bbigras/sssdAnderson Torres3-1/+21
nixos/sssd: fix the module
2020-08-25Merge pull request #79239 from andersk/mlocate-warningAnderson Torres1-1/+1
locate: Clarify mlocate warning message
2020-08-25nixos/octoprint: improve exampleJonathan Ringer1-2/+2
2020-08-25jupyterhub: fix authenticator configurationAugustin Borsu1-1/+1
authentication_class is invalid, it should be authenticator_class cfr [project doc|https://tljh.jupyter.org/en/latest/topic/authenticator-configuration.html]
2020-08-25nixos: wpa_supplicant: warn on unused configHerwig Hochleitner1-0/+3
2020-08-25stage-1 find-libs: initialise left to empty arrayLinus Heckemann1-2/+2
declare -a is not sufficient to make the array variable actually exist, which resulted in the script failing when the target object did not have any DT_NEEDED entries. This in turn resulted in some initramfs libraries not having their rpaths patched to point to extra-utils, which in turn broke the extra-utils tests.
2020-08-25Merge pull request #95573 from Izorkin/nginx-updateJörg Thalheim1-0/+2
2020-08-24nixos/espanso: init module (#93483)Sebastien Bariteau2-0/+26
nixos/espanso: init module
2020-08-24Merge pull request #96187 from helsinki-systems/os-prober-pythonFlorian Klink1-15/+18
nixos/tests/os-prober.nix: port to python
2020-08-24Merge pull request #96103 from deviant/remove-rfkillEelco Dolstra1-1/+0
rfkill: remove
2020-08-24nixos/tests/os-prober.nix: port to pythonSymphorien Gibol1-15/+18
2020-08-24nixos/sssd: fix the moduleBruno Bigras3-1/+21
'system.nssModules' was not set correctly fix #91242
2020-08-24Merge branch 'master' into nginx-updateJörg Thalheim93-1911/+1273
2020-08-24Merge master into staging-nextFrederik Rietdijk18-362/+287
2020-08-24cri-o: add NixOS test via critestSascha Grunert2-0/+20
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-24Merge pull request #96076 from flokli/port-test-hocker-fetchdockerJacek Galowicz1-4/+5
nixosTests.hocker-fetchdocker
2020-08-24Merge pull request #51850 from roberth/nixos-pureSilvan Mosberger1-2/+2
nixos/lib/eval-config.nix: Add extraModules parameter for opt-in purity
2020-08-24rfkill: removeV1-1/+0
rfkill was subsumed by util-linux in 2017 [1], and the upstream has not been updated in over 5 years [2]. This package shadows the rfkill from util-linux, so it can be completely removed with no breaking changes, because util-linux is in the base package set in nixos/system-path. [1] https://github.com/karelzak/util-linux/commit/d17fb726b562a69e8f174d46fa6cf794abc129cd [2] https://git.sipsolutions.net/rfkill.git/log/
2020-08-23nixosTests.hocker-fetchdocker: mark as brokenFlorian Klink1-0/+1
This test tries to download from the official docker registry. I don't know how this could ever work, but let's mark it as broken for now.
2020-08-23nixosTests.hocker-fetchdocker: port to pythonFlorian Klink1-4/+4
2020-08-23Merge pull request #96094 from helsinki-systems/fix/test/installer-btrfs-warningJacek Galowicz1-1/+1
nixosTests.installer.btrfsSubvolDefault: fix warning
2020-08-23Merge pull request #96070 from flokli/containers-reloadable-fixesJacek Galowicz2-2/+3
nixosTests.containers-reloadable: fixes
2020-08-23nixos/tests/gnome3: start terminal with autostart file (#96102)Tor Hedin Brønner1-3/+7
For some reason starting the terminal using `su user -c '...'` have a tendency to fail. Simply use an autostart file instead.
2020-08-23nixosTests.installer.btrfsSubvolDefault: fix warningajs1241-1/+1
2020-08-23Merge pull request #95988 from rnhmjoj/release-notesMichele Guerini Rocco1-1/+10
nixos/release-notes: mention GRUB password support
2020-08-23nixosTests.containers-reloadable: fix typo in nameFlorian Klink1-1/+1
2020-08-23nixosTests.containers-reloadable: fix old reference to make-test.nix in commentFlorian Klink1-1/+1
2020-08-23nixosTests.containers-reloadable: expose testFlorian Klink1-0/+1
This hasn't been available before in nixosTests.
2020-08-23Remove docker-preloader module and testAntoine Eiche4-164/+0
2020-08-23Merge pull request #80051 from tfc/port-docker-preloader-testFlorian Klink1-5/+6
nixosTests.docker-preloader: Port to Python
2020-08-23nixosTests.docker-preloader: mark as brokenFlorian Klink1-0/+1
This currently fails with a "read-only file system" error.
2020-08-23nixosTests.docker-preloader: Port to PythonJacek Galowicz1-5/+5
2020-08-23Merge pull request #79696 from tfc/port-ec2-testFlorian Klink4-125/+146
nixosTests.ec2: Port tests that depend on common/ec2.nix
2020-08-23nixosTests.ec2-config: mark as brokenFlorian Klink1-0/+1
This test wants to download things from the internet while building the system. It can probably be fixed by ensuring these paths are present in the initial nix-store.
2020-08-23nixosTests.ec2-config: Add to all-tests.nixJacek Galowicz1-2/+1
2020-08-23nixosTests.ec2: Port tests that depend on common/ec2.nixJacek Galowicz3-123/+144
2020-08-23Merge pull request #95924 from helsinki-systems/port/hardened-testFlorian Klink2-57/+64
nixos/hardened: Port test to Python and fix it
2020-08-23Merge pull request #87700 from serokell/mkaito/upstream/prometheus-portLassulus1-2/+25
prometheus: Split options listenAddress and port
2020-08-23Merge pull request #91586 from manveru/amazon-ssm-agent-2.3.1319.0Lassulus1-2/+4
ssm-agent: 2.0.633.0 -> 2.3.1319.0
2020-08-23Merge branch 'master' into staging-nextJan Tojnar35-376/+577
2020-08-23cri-o: add loobpack CNI config to moduleSascha Grunert1-0/+1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-22Merge pull request #89729 from JJJollyjim/bitwarden-rs-testLassulus2-0/+189
nixos/bitwarden_rs: add test
2020-08-22Merge pull request #93532 from erictapen/gollum-h1-titleJustin Humm1-0/+7
nixos/gollum: introduce --h1-title option
2020-08-22Merge pull request #96026 from bbigras/nixos-enterMaximilian Bosch1-1/+1
nixos/manual: fix typo in man-nixos-enter.xml
2020-08-23nixos/bitwarden_rs: add testJamie McClymont2-0/+189