diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-06 16:26:22 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-06 17:00:16 +0100 |
commit | ab0adc9babc45fdff60024639f20cea5f6c41700 (patch) | |
tree | 052b30b3dbccc177d326e1a970e206f5e6828c30 /configuration/snorlax/gitea.nix | |
parent | 5a062ed4329468249ac3be240aeb65080816f764 (diff) |
snorlax git stuff
Diffstat (limited to 'configuration/snorlax/gitea.nix')
-rw-r--r-- | configuration/snorlax/gitea.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configuration/snorlax/gitea.nix b/configuration/snorlax/gitea.nix index 8b814d9..6ad46e0 100644 --- a/configuration/snorlax/gitea.nix +++ b/configuration/snorlax/gitea.nix @@ -17,10 +17,8 @@ group = "git"; user = "git"; settings.server = { - HTTP_PORT = 80; DOMAIN = "snorlax"; }; - useWizard = true; }; services.openssh.settings.AllowUsers = [ "git" ]; |