Add forgejo on git.hunner.dev

This commit is contained in:
Hunter Haugen 2026-03-11 15:45:23 -07:00
parent 8fce8ae927
commit 23d22dd2ce
Signed by: hunner
GPG key ID: EF99694AA599DDAD
3 changed files with 56 additions and 2 deletions

View file

@ -285,6 +285,7 @@
clangStdenv
cmake
just
dtach
];
};
users.users.hunner = {
@ -394,6 +395,7 @@
bitwarden-desktop
bitwarden-cli
itch
dtach
];
};
systemd.user.services = {
@ -534,8 +536,8 @@
# services.openssh.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 8080 8081 8082 1234 4096 4747 ];
networking.firewall.allowedUDPPorts = [ 8080 8081 8082 1234 4096 4747 ];
networking.firewall.allowedTCPPorts = [ 8080 8081 8082 1234 4096 ];
networking.firewall.allowedUDPPorts = [ 8080 8081 8082 1234 4096 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
systemd.services.upower.enable = true;