Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 69447d0faf18
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3090f4def1af
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 3, 2020

  1. nixos/initrd-network-ssh: fix test

    The test relied on moving `initrd` secrets from the store into the
    `initrd` which was fine here as it's only an integration test and not a
    production environment.
    
    However, this broke in 20.09 when support for this was dropped[1]. To make
    sure that the snakeoil key used as hostkey for `sshd` here actually gets
    copied into the VM, I added a small script for this that takes care of
    this process while building the initial ramdisk.
    
    [1] d930466
    
    (cherry picked from commit 819b0f4)
    Ma27 committed Nov 3, 2020
    Copy the full SHA
    3090f4d View commit details
    Browse the repository at this point in the history