Enabled remote building
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Also includes a fix where home directory didn't exist for the
remotebuild user.
This commit is contained in:
alejandro-angulo 2025-05-27 19:24:20 -07:00
parent 0830ab5d48
commit 14fb3774d3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 41 additions and 3 deletions

View file

@ -7,8 +7,11 @@
];
aa = {
nix.enable = true;
nix.useSelfhostedCache = true;
nix = {
enable = true;
useSelfhostedCache = true;
remoteBuilder.client.enable = true;
};
archetypes.workstation.enable = true;