Use internal names

This commit is contained in:
Greg Hellings
2023-12-13 15:19:01 -06:00
parent 3c6b405369
commit 30e9ed8754
+1 -2
View File
@@ -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";