treewide: replace most occurences of old email
This commit is contained in:
parent
149cc26688
commit
b376b36b92
2 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
};
|
};
|
||||||
email = lib.mkOption {
|
email = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "charlotte@vanpetegem.me";
|
default = "charlotte@vanpetegem.be";
|
||||||
example = "charlotte@vanpetegem.me";
|
example = "charlotte@vanpetegem.be";
|
||||||
description = ''
|
description = ''
|
||||||
Default email set in global git config.
|
Default email set in global git config.
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
host = "git.chvp.be";
|
host = "git.chvp.be";
|
||||||
port = 443;
|
port = 443;
|
||||||
https = true;
|
https = true;
|
||||||
initialRootEmail = "charlotte@vanpetegem.me";
|
initialRootEmail = "charlotte@vanpetegem.be";
|
||||||
initialRootPasswordFile = config.age.secrets."passwords/services/git/initial-root-password".path;
|
initialRootPasswordFile = config.age.secrets."passwords/services/git/initial-root-password".path;
|
||||||
# Hack, https://github.com/NixOS/nixpkgs/pull/135926 broke stuff
|
# Hack, https://github.com/NixOS/nixpkgs/pull/135926 broke stuff
|
||||||
pages.settings.pages-domain = "not.actually.enabled";
|
pages.settings.pages-domain = "not.actually.enabled";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue