Buildmachines works, maybe ?
This commit is contained in:
parent
9191593dc7
commit
2f76f3be7e
9 changed files with 78 additions and 35 deletions
7
modules/system/settings/colmena/default.nix
Normal file
7
modules/system/settings/colmena/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
tags = config.system.nixos.tags;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue