diff --git a/hosts/staging/configuration.nix b/hosts/staging/configuration.nix index 7fcedb2..3cef402 100644 --- a/hosts/staging/configuration.nix +++ b/hosts/staging/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ../../modules/common.nix + ../../modules/forgejo.nix ]; networking.hostName = name; @@ -14,6 +15,10 @@ networking.firewall.allowedTCPPorts = [ 22 80 443 ]; + services.flowback = { + forgejoHost = "git-staging.devops.com.se"; + }; + users.users.elifa = { isNormalUser = true; extraGroups = [ "wheel" ];