building locally using ci

This commit is contained in:
Julien Malka 2023-08-07 15:14:52 +02:00
parent b8b2da6d42
commit 043d85c3da
Signed by: Luj
GPG key ID: 6FC74C847011FD83
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
rxvt_unicode
xorg.xbacklight
neovim
attic
];
environment.variables.EDITOR = "nvim";

View file

@ -25,7 +25,7 @@
luj.buildbot.enable = true;
luj.nginx.enable = true;
environment.systemPackages = with pkgs; [ tailscale attic colmena ];
environment.systemPackages = with pkgs; [ tailscale colmena ];
services.tailscale.enable = true;

View file

@ -15,6 +15,7 @@ in
targetPort = 45;
targetUser = "root";
allowLocalDeployment = true;
buildOnTarget = true;
};
};