treewide: replace most occurences of old email

This commit is contained in:
Charlotte Van Petegem 2023-12-24 13:55:12 +01:00
parent 149cc26688
commit b376b36b92
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
};
email = lib.mkOption {
type = lib.types.str;
default = "charlotte@vanpetegem.me";
example = "charlotte@vanpetegem.me";
default = "charlotte@vanpetegem.be";
example = "charlotte@vanpetegem.be";
description = ''
Default email set in global git config.
'';

View file

@ -40,7 +40,7 @@
host = "git.chvp.be";
port = 443;
https = true;
initialRootEmail = "charlotte@vanpetegem.me";
initialRootEmail = "charlotte@vanpetegem.be";
initialRootPasswordFile = config.age.secrets."passwords/services/git/initial-root-password".path;
# Hack, https://github.com/NixOS/nixpkgs/pull/135926 broke stuff
pages.settings.pages-domain = "not.actually.enabled";