diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-07 22:54:32 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-07 22:54:32 +0200 |
commit | f1be112b8373f6d602695fa6cd232e0b69e83dab (patch) | |
tree | bb461e54df3cdb4b5900286e9259fe4fa67d88be | |
parent | Add cgit nginx (diff) | |
download | Rory-Open-Architecture-f1be112b8373f6d602695fa6cd232e0b69e83dab.tar.xz |
Add cgit to imports
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 4261b43..01e91ce 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -12,6 +12,7 @@ ./services/matrix/root.nix ./services/nginx/nginx.nix ./services/jitsi.nix + ./services/cgit.nix ]; users.groups.ocp = {}; networking = { |