mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 02:14: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, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
httpPort = 3001;
|
httpPort = 3001;
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
name = "Git";
|
name = "Git";
|
||||||
category = "app";
|
category = "app";
|
||||||
icon = "git";
|
icon = "git";
|
||||||
link = "http://git.buehler.rocks";
|
link = "https://git.buehler.rocks";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue