diff options
| author | lassulus <lass@aidsballs.de> | 2016-06-01 00:06:49 +0200 | 
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-06-01 00:06:49 +0200 | 
| commit | f223287ea2c8bde42e04d477e1bcb160f4448304 (patch) | |
| tree | 301f8ff87a8eccb8a604a41e63346093122ab31b | |
| parent | 041e00002dbfcb1fc700bf53e77f4fe6157e2fc2 (diff) | |
l 1 prism: add cgit for cgit.lassul.us
| -rw-r--r-- | lass/1systems/prism.nix | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 693556ded..6ed80ac39 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -13,7 +13,6 @@ in {      ../2configs/default.nix      ../2configs/exim-smarthost.nix      ../2configs/downloading.nix -    ../2configs/git.nix      ../2configs/ts3.nix      ../2configs/bitlbee.nix      ../2configs/weechat.nix @@ -21,6 +20,15 @@ in {      ../2configs/radio.nix      ../2configs/buildbot-standalone.nix      { +      imports = [ +        ../2configs/git.nix +        ( manageCerts [ "cgit.lassul.us" ]) +      ]; +      krebs.nginx.servers.cgit.server-names = [ +        "cgit.lassul.us" +      ]; +    } +    {        users.extraGroups = {          # ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories          #    Loaded: loaded (/nix/store/2l33gg7nmncqkpysq9f5fxyhlw6ncm2j-systemd-217/example/systemd/system/systemd-tmpfiles-setup.service)  | 
