Buildmachines works, maybe ?

This commit is contained in:
Bun 2025-06-09 21:49:41 -04:00
parent 9191593dc7
commit 2f76f3be7e
9 changed files with 78 additions and 35 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
deployment = {
allowLocalDeployment = true;
tags = config.system.nixos.tags;
};
}