l git: add disko repo

This commit is contained in:
lassulus 2018-07-13 16:35:54 +02:00
parent 32aa44f1ae
commit 74698c9044
2 changed files with 5 additions and 0 deletions

View File

@ -71,4 +71,5 @@ in {
} }
''; '';
services.rabbitmq.enable = true; services.rabbitmq.enable = true;
services.postgresql.enable = true;
} }

View File

@ -34,6 +34,10 @@ let
cgit.desc = "krebs thesauron & enterprise-patterns"; cgit.desc = "krebs thesauron & enterprise-patterns";
cgit.section = "documentation"; cgit.section = "documentation";
}; };
disko = {
cgit.desc = "take a description of your disk layout and produce a format script";
cgit.section = "software";
};
news = { news = {
cgit.desc = "take a rss feed and a timeout and print it to stdout"; cgit.desc = "take a rss feed and a timeout and print it to stdout";
cgit.section = "software"; cgit.section = "software";