From 30e9ed87542a0b10c439488e8b05814be45689ff Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 13 Dec 2023 15:19:01 -0600 Subject: [PATCH] Use internal names --- hosts/myself/git.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/myself/git.nix b/hosts/myself/git.nix index 97aabe1..51ced90 100644 --- a/hosts/myself/git.nix +++ b/hosts/myself/git.nix @@ -30,8 +30,7 @@ in { }; }; - greg.proxies."isaiah.thehellings.lan".target = "http://192.168.200.2"; - greg.proxies."myself.shire-zebra.ts.net".target = "http://192.168.200.2"; + greg.proxies."git.thehellings.lan".target = "http://192.168.200.2"; system.activationScripts.makeGitlabDir = lib.stringAfter [ "var" ] "mkdir -p ${gitlabStateDir} && touch ${gitlabStateDir}/touch";