refactor(deploy): move deployment config into '<host>/meta.nix'

This commit is contained in:
2026-04-21 16:43:36 +02:00
parent 6a30a431f8
commit 583b9ea5f3
12 changed files with 43 additions and 34 deletions

View File

@@ -1,5 +1,9 @@
{
system = "x86_64-linux";
deployment.tags = [ "local" ];
deployment = {
tags = [ "local" ];
targetHost = "";
targetUser = "h";
};
role = "laptop";
}