{ config, pkgs, lib, ... }: { imports = [ ./gandicloud.nix ./forgejo.nix ]; environment.systemPackages = with pkgs; [ vim gnumake git tig wget ]; # networking.firewall.enable = false; }