File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ import "${pkgs.path}/nixos/tests/make-test-python.nix" ({ pkgs, ... }: {
12
12
device = "crosshatch" ;
13
13
signatureFingerprint = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ;
14
14
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
+ # };
20
21
nginx . enable = false ;
21
22
} ;
22
23
} ;
You can’t perform that action at this time.
0 commit comments