Enabled remote building
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
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:
parent
0830ab5d48
commit
14fb3774d3
2 changed files with 41 additions and 3 deletions
|
@ -7,8 +7,11 @@
|
|||
];
|
||||
|
||||
aa = {
|
||||
nix.enable = true;
|
||||
nix.useSelfhostedCache = true;
|
||||
nix = {
|
||||
enable = true;
|
||||
useSelfhostedCache = true;
|
||||
remoteBuilder.client.enable = true;
|
||||
};
|
||||
|
||||
archetypes.workstation.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue