summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRyan <ryan@ryanmac.in.rschanz.org>2026-06-14 23:30:07 -0400
committerRyan <ryan@ryanmac.in.rschanz.org>2026-06-14 23:30:07 -0400
commitbef67d614dd9df019e391f9964e0dbd062426eca (patch)
tree5f3a38807fd5536be250921290074998ebeeadba /conf
parenta4e63f39724ecb34bc36504eb5e37d58882754f4 (diff)
Init nix repo
Diffstat (limited to 'conf')
-rw-r--r--conf/gitolite.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index a2e13b4..530ef1e 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -4,35 +4,35 @@
4repo @hidden 4repo @hidden
5 config cgit.ignore=1 5 config cgit.ignore=1
6 6
7repo @all
8 config cgit.owner=ryan77627
9 config cgit.section=Personal
10
7repo gitolite-admin 11repo gitolite-admin
8 RW+ = @admins 12 RW+ = @admins
9 13
10repo guix-dotfiles 14repo guix-dotfiles
11 config cgit.owner=ryan77627
12 config cgit.section=Personal
13 config cgit.desc=Repository for my personal Guix dotfiles 15 config cgit.desc=Repository for my personal Guix dotfiles
14 RW+ = @admins 16 RW+ = @admins
15 17
16repo rochesterapex-com 18repo rochesterapex-com
17 config cgit.owner=ryan77627
18 config cgit.section=Personal
19 config cgit.desc="A satirical? website for my former apartment building. We put the 'fire' alarm in alarmingly worrying housing" 19 config cgit.desc="A satirical? website for my former apartment building. We put the 'fire' alarm in alarmingly worrying housing"
20 RW+ = @admins 20 RW+ = @admins
21 21
22repo rschanzorg-public 22repo rschanzorg-public
23 config cgit.owner=ryan77627
24 config cgit.section=Personal
25 config cgit.desc=Public facing repo for my site https://rschanz.org 23 config cgit.desc=Public facing repo for my site https://rschanz.org
26 RW+ = @admins 24 RW+ = @admins
27 25
28repo xdp-packet-dropper 26repo xdp-packet-dropper
29 config cgit.owner=ryan77627
30 config cgit.section=Personal
31 config cgit.desc=Small XDP packet dropper that can be toggled remotely. To be used in a competition as a distraction red-teaming tool 27 config cgit.desc=Small XDP packet dropper that can be toggled remotely. To be used in a competition as a distraction red-teaming tool
32 RW+ = @admins 28 RW+ = @admins
33 29
30repo nix-dotfiles
31 config cgit.desc=Configs that cannot apply with Guix
32 RW = @admins
33
34repo jenkins-test 34repo jenkins-test
35 config cgit.owner=ryan77627 35 config cgit.owner=ryan77627
36 config cgit.section=Personal 36 config cgit.section=Work
37 config cgit.desc=Temp 37 config cgit.desc=Temp
38 RW+ = @admins 38 RW+ = @admins