From 35e81755baf478c5505c2ac2c28188b17e583d5a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 29 Sep 2024 00:02:19 +0200 Subject: formatting --- nix/hosts/corrino/www/git/cgit.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nix/hosts/corrino/www/git/cgit.nix b/nix/hosts/corrino/www/git/cgit.nix index 58df787..4e4fe1a 100644 --- a/nix/hosts/corrino/www/git/cgit.nix +++ b/nix/hosts/corrino/www/git/cgit.nix @@ -25,11 +25,11 @@ in environment.etc = { gitconfig = { text = '' - [http] - sslCAinfo = /etc/ssl/certs/ca-certificates.crt - [safe] - ${repodirs} - ''; + [http] + sslCAinfo = /etc/ssl/certs/ca-certificates.crt + [safe] + ${repodirs} + ''; }; }; @@ -532,7 +532,7 @@ in # mobile friendly head-include = builtins.toFile "cgit_head.html" '' - + ''; footer = builtins.toFile "cgit_footer.html" '' @@ -564,8 +564,8 @@ in adminPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew emile@caladan"; extraGitoliteRc = '' - $RC{UMASK} = 0027; - $RC{GIT_CONFIG_KEYS} = '.*'; + $RC{UMASK} = 0027; + $RC{GIT_CONFIG_KEYS} = '.*'; ''; }; -- cgit 1.4.1