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

This commit is contained in:
2026-04-21 17:11:04 +02:00
parent 6a30a431f8
commit 583b9ea5f3
12 changed files with 43 additions and 34 deletions
-1
View File
@@ -13,7 +13,6 @@
];
ssh = {
publicHostname = config.host.name;
authorizedHosts = [
"andromache"
"astyanax"
+5 -1
View File
@@ -1,5 +1,9 @@
{
system = "aarch64-linux";
deployment.tags = [ "arm" ];
deployment = {
tags = [ "arm" ];
targetHost = "eetion";
targetUser = "h";
};
role = "embedded";
}