Enable Forgejo on staging with real DNS
This commit is contained in:
parent
3ceca975ae
commit
aaec877fd8
1 changed files with 5 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue