forgejo
This commit is contained in:
parent
229738cec6
commit
c0c95ea8a7
3 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
|||
networking.domain = "";
|
||||
networking.useDHCP = true;
|
||||
networking.firewall.enable = false;
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 12345 ];
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
fstl
|
||||
|
||||
librewolf
|
||||
vivaldi
|
||||
# vivaldi
|
||||
|
||||
wl-color-picker
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ in
|
|||
services = {
|
||||
forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue