mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
2eadee0323
commit
7fd895536a
15 changed files with 232 additions and 203 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue