From 5e02cdc7ed82ac10375cacfca6920f20f5729059 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 13 Feb 2025 00:29:25 -0800 Subject: Add vps capabilities --- nix/modules/cgit.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nix/modules/cgit.nix (limited to 'nix/modules/cgit.nix') diff --git a/nix/modules/cgit.nix b/nix/modules/cgit.nix new file mode 100644 index 0000000..cfb9158 --- /dev/null +++ b/nix/modules/cgit.nix @@ -0,0 +1,6 @@ +{ config, lib, ... }: +{ + services.cgit = { + enable = true; + }; +} -- cgit