diff options
| author | lassulus <lass@blue.r> | 2018-07-13 16:35:54 +0200 |
|---|---|---|
| committer | lassulus <lass@blue.r> | 2018-07-13 16:35:54 +0200 |
| commit | 74698c904460db569a3c6c8355c0b25a94c98800 (patch) | |
| tree | 0f5f012fac84afec01875163f5ba16c6742b0fd0 | |
| parent | 32aa44f1aecd711c73bf4165e70dc05ed4766828 (diff) | |
l git: add disko repo
| -rw-r--r-- | lass/2configs/dcso-dev.nix | 1 | ||||
| -rw-r--r-- | lass/2configs/git.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lass/2configs/dcso-dev.nix b/lass/2configs/dcso-dev.nix index 29c452301..4d8d308fb 100644 --- a/lass/2configs/dcso-dev.nix +++ b/lass/2configs/dcso-dev.nix @@ -71,4 +71,5 @@ in { } ''; services.rabbitmq.enable = true; + services.postgresql.enable = true; } diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index 9e3c426ed..829e62269 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -34,6 +34,10 @@ let cgit.desc = "krebs thesauron & enterprise-patterns"; cgit.section = "documentation"; }; + disko = { + cgit.desc = "take a description of your disk layout and produce a format script"; + cgit.section = "software"; + }; news = { cgit.desc = "take a rss feed and a timeout and print it to stdout"; cgit.section = "software"; |
