Format
All checks were successful
Cachix / build (elendel) (push) Successful in 1m14s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m8s
Cachix / build (marabethia) (push) Successful in 1m27s
Cachix / build (urithiru) (push) Successful in 1m22s

This commit is contained in:
Charlotte Van Petegem 2024-11-28 10:11:35 +01:00
parent 0e05ebfad0
commit 3cc9bc5bde
4 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@
}; };
nginx.extraGroups = [ "git" ]; nginx.extraGroups = [ "git" ];
}; };
groups.git = {}; groups.git = { };
}; };
services = { services = {
forgejo = { forgejo = {

View file

@ -13,7 +13,7 @@
instances.default = { instances.default = {
enable = true; enable = true;
url = "https://git.chvp.be"; url = "https://git.chvp.be";
labels = []; labels = [ ];
name = config.networking.hostName; name = config.networking.hostName;
tokenFile = config.age.secrets."passwords/services/git/token-file".path; tokenFile = config.age.secrets."passwords/services/git/token-file".path;
settings = { settings = {

View file

@ -155,9 +155,9 @@
}; };
}; };
groups = { groups = {
matrix-appservice-slack = {}; matrix-appservice-slack = { };
matrix-hookshot = {}; matrix-hookshot = { };
mautrix-whatsapp = {}; mautrix-whatsapp = { };
}; };
}; };