diff options
author | Leonardo Santiago <[email protected]> | 2024-10-28 08:05:42 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-28 08:05:42 -0300 |
commit | 4842e81317e9815540d559d689be51d13191e1e4 (patch) | |
tree | d1b97123d3aaea731544e238d89af3e1ccfe9d29 /hosts | |
parent | fbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 (diff) |
change files to web-services in order to share some code.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/iori.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/iori.nix b/hosts/iori.nix index e4839c5..e9e5275 100644 --- a/hosts/iori.nix +++ b/hosts/iori.nix @@ -17,6 +17,7 @@ services = { ddns.enable = true; blog.enable = true; + cgit.enable = true; }; }; |