Enable Forgejo on staging with real DNS

This commit is contained in:
Eli Fadi 2026-03-18 12:31:24 +01:00
parent 3ceca975ae
commit aaec877fd8

View file

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