Commit 28a06e6dcfdc

Vincent Demeester <vincent@sbr.pm>
2022-09-26 11:21:41
systems/kerkouane: fix govanityurls…
… and add lord Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d872f6a
Changed files (1)
systems
systems/hosts/kerkouane.nix
@@ -167,6 +167,8 @@ in
       host = "go.sbr.pm";
       config = ''
         paths:
+          /lord:
+            repo: https://git.sr.ht/~vdemeester/lord
           /ape:
             repo: https://git.sr.ht/~vdemeester/ape
           /nr:
@@ -175,7 +177,7 @@ in
             repo: https://git.sr.ht/~vdemeester/ram
           /sec:
             repo: https://git.sr.ht/~vdemeester/sec
-         /foo
+          /foo
             repo: https://git.sr.ht/~vdemeester/foo
       '';
     };