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: 4ee1f7bc2c48
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6b804db2f59
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 2, 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
    Ma27 committed Nov 2, 2020
    Copy the full SHA
    819b0f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Merge pull request #102530 from Ma27/fix-initrd-network-ssh-test

    nixos/initrd-network-ssh: fix test
    Ma27 committed Nov 3, 2020
    Copy the full SHA
    d6b804d View commit details
    Browse the repository at this point in the history