mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
nixosTests.mjolnir: fix eval
This was broken by a bad merge, where the same attribute was added
separately in two different places.
Fixes: ef895f6b43
("Merge pull request #173239 from jojosch/mjolnir-update")
This commit is contained in:
parent
0cf7410707
commit
1e12b9292c
@ -45,7 +45,6 @@ import ../make-test-python.nix (
|
||||
enable_registration = true;
|
||||
enable_registration_without_verification = true;
|
||||
registration_shared_secret = "supersecret-registration";
|
||||
enable_registration_without_verification = true;
|
||||
|
||||
listeners = [ {
|
||||
# The default but tls=false
|
||||
|
Loading…
Reference in New Issue
Block a user