build nixos tests on CI.

This commit is contained in:
Jörg Thalheim 2020-07-12 17:43:23 +01:00
parent 5ee7f3d73e
commit 1745bb9f95
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,7 @@
inherit pkgs;
};
gpg-keys = makeTest {
pgp-keys = makeTest {
nodes.server = { pkgs, lib, ... }: {
imports = [ ../../modules/sops ];
sops.gnupgHome = "/run/gpghome";