for consistency use bob in tests instead of joe

olaf 4e13c1f9 5a6853b3

Changed files
+4 -4
nixos
+1 -1
nixos/tests/sympa.nix
···
webHost = "localhost";
};
};
-
listMasters = [ "joe@example.org" ];
+
listMasters = [ "bob@example.org" ];
web.enable = true;
web.https = false;
database = {
+3 -3
nixos/tests/systemd-nspawn.nix
···
Key-Length: 1024
Subkey-Type: ELG-E
Subkey-Length: 1024
-
Name-Real: Joe Tester
-
Name-Email: joe@foo.bar
+
Name-Real: Bob Foobar
+
Name-Email: bob@foo.bar
Expire-Date: 0
# Do a commit here, so that we can later print "done"
%commit
···
EOF
gpg --batch --generate-key foo
rm $out/S.gpg-agent $out/S.gpg-agent.*
-
gpg --export joe@foo.bar -a > $out/pubkey.gpg
+
gpg --export bob@foo.bar -a > $out/pubkey.gpg
'');
nspawnImages = (pkgs.runCommand "localhost" { buildInputs = [ pkgs.coreutils pkgs.gnupg ]; } ''