migrate to clan
This commit is contained in:
11
machines/genepi/builder.nix
Normal file
11
machines/genepi/builder.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ keys, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/remote-builder.nix
|
||||
];
|
||||
|
||||
roles.remote-builder = {
|
||||
enable = true;
|
||||
authorizedKeys = [ keys.hosts.haze ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user