This commit is contained in:
Matt Nish-Lapidus 2025-04-16 11:59:52 -04:00
parent 229738cec6
commit c0c95ea8a7
3 changed files with 3 additions and 1 deletions

View file

@ -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; [

View file

@ -115,7 +115,7 @@
fstl
librewolf
vivaldi
# vivaldi
wl-color-picker

View file

@ -6,6 +6,7 @@ in
services = {
forgejo = {
enable = true;
package = pkgs.forgejo;
lfs = {
enable = true;
};