WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 4bade97832 - Show all commits

View file

@ -8,7 +8,7 @@ container_name = "forgejo"
environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"] environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"]
restart = "unless-stopped" restart = "unless-stopped"
networks = ["postgres", "proxy"] networks = ["postgres", "proxy"]
ports = ["22:22"] ports = ["2882:2882"]
volumes = ["data:/data", "/etc/localtime:/etc/localtime:ro"] volumes = ["data:/data", "/etc/localtime:/etc/localtime:ro"]
[services.runner] [services.runner]

View file

@ -40,6 +40,7 @@ host tirion
host forgejo host forgejo
HostName git.korhonen.cc HostName git.korhonen.cc
port 2882
user git user git
host gitlab host gitlab