This commit is contained in:
parent
69baac502c
commit
e76a4823ab
3 changed files with 17 additions and 2 deletions
|
|
@ -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" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue