mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newton: fix gitea-url
This commit is contained in:
parent
36c6099327
commit
ac4858a044
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
gitea = {
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
cookieSecure = true;
|
||||
httpPort = 3001;
|
||||
|
@ -16,7 +16,7 @@
|
|||
name = "Git";
|
||||
category = "app";
|
||||
icon = "git";
|
||||
link = "http://git.buehler.rocks";
|
||||
link = "https://git.buehler.rocks";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue