diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
commit | 5e02cdc7ed82ac10375cacfca6920f20f5729059 (patch) | |
tree | 53466f89296545a8df26fbc2e30a37a395a0613a /nix/modules/cgit.nix | |
parent | f10285de4d0b5c69d026e948a9d9d7278a2ffb64 (diff) |
Add vps capabilities
Diffstat (limited to 'nix/modules/cgit.nix')
-rw-r--r-- | nix/modules/cgit.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; + }; +} |