Skip to content

Commit 14e2955

Browse files
committed
attestation-server: add test workaround
1 parent 6625c56 commit 14e2955

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nixos/attestation-server/test.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import "${pkgs.path}/nixos/tests/make-test-python.nix" ({ pkgs, ... }: {
1212
device = "crosshatch";
1313
signatureFingerprint = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
1414
avbFingerprint = "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB";
15-
email = {
16-
host = "example.com";
17-
username = "test";
18-
passwordFile = "${pkgs.writeText "fake-password" "testing123"}"; # NOTE: Don't use writeText like this with a real password!
19-
};
15+
# TODO: Uncomment when https://github.com/danielfullmer/robotnix/issues/80 is resolved
16+
# email = {
17+
# host = "example.com";
18+
# username = "test";
19+
# passwordFile = "${pkgs.writeText "fake-password" "testing123"}"; # NOTE: Don't use writeText like this with a real password!
20+
# };
2021
nginx.enable = false;
2122
};
2223
};

0 commit comments

Comments
 (0)