mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
test password
This commit is contained in:
parent
e6aaead5d5
commit
832cd6de4c
3 changed files with 9 additions and 1 deletions
|
|
@ -88,5 +88,7 @@ in
|
|||
"network.target"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9735 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ in
|
|||
users = {
|
||||
"${config.services.forgejo.user}" = {
|
||||
description = "Git server system user";
|
||||
home = config.services.forgejo.stateDir;
|
||||
isSystemUser = true;
|
||||
group = "${config.services.forgejo.user}";
|
||||
extraGroups = mkIf nginx.enable [
|
||||
|
|
@ -54,5 +55,7 @@ in
|
|||
createDatabase = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8333 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue