teutat3s: use ci.pub.solar for drone

This commit is contained in:
teutat3s 2023-02-02 17:25:07 +01:00
parent d9e56cbb47
commit c9e3b40883
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -8,7 +8,7 @@
in {
home-manager = pkgs.lib.setAttrByPath ["users" psCfg.user.name] {
home.sessionVariables = {
DRONE_SERVER = "https://ci.b12f.io";
DRONE_SERVER = "https://ci.pub.solar";
GOPATH = "/home/${psCfg.user.name}/CodeRoom/go";
};
};