hs as builder for basado
Some checks failed
/ build-all (push) Failing after 11m37s

This commit is contained in:
ant 2025-10-04 17:25:54 +02:00
parent 69baac502c
commit da57588329
3 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
let sshKeys = with (import ../sshKeys.nix); [
hs
basado
];
in
{
@ -16,4 +17,5 @@ in
users.groups.remotebuild = {};
nix.settings.extra-trusted-users = [ "remotebuild" ];
nix.settings.extra-system-features = [ "gccarch-x86-64-v3" ];
}