WIP
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let baseUrl = "git.ewanick.com";
|
let
|
||||||
|
baseUrl = "git.ewanick.com";
|
||||||
|
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
@@ -26,7 +28,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
name = "linode-nixos";
|
name = "linode-nixos";
|
||||||
url = "https://${baseUrl}/";
|
url = "https://${baseUrl}/";
|
||||||
tokenFile = ./git.ewanick.com/tokenFile;
|
tokenFile = PROJECT_ROOT/tokenFile;
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
|
|||||||
Reference in New Issue
Block a user