project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-03-27 03:01:35 +00:00
parent 2eadee0323
commit 7fd895536a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
15 changed files with 232 additions and 203 deletions

View file

@ -7,13 +7,9 @@
domain = "git.kittywit.ch";
rootUrl = "https://git.kittywit.ch";
httpAddress = "127.0.0.1";
ssh = {
clonePort = 62954;
};
ssh = { clonePort = 62954; };
settings = {
security = {
DISABLE_GIT_HOOKS = false;
};
security = { DISABLE_GIT_HOOKS = false; };
mailer = {
ENABLED = true;
MAILER_TYPE = "sendmail";