diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 4f5d649..daf0937 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -33,6 +33,10 @@ grub.enable = true; timeout = 30; }; + services = { + forgejo.enable = true; + grafana.enable = true; + }; programs = { editors = { helix.enable = true;