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 = [
|
||||
./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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue