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.domain = "";
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
networking.firewall.allowedTCPPorts = [ 22 80 12345 ];
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
fstl
|
fstl
|
||||||
|
|
||||||
librewolf
|
librewolf
|
||||||
vivaldi
|
# vivaldi
|
||||||
|
|
||||||
wl-color-picker
|
wl-color-picker
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
forgejo = {
|
forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.forgejo;
|
||||||
lfs = {
|
lfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue