refactor: merge 'host.nix' into 'meta.nix'

This commit is contained in:
2026-06-13 01:23:31 +02:00
parent c7567330b8
commit 1995c04b1d
21 changed files with 78 additions and 84 deletions
+6 -5
View File
@@ -1,9 +1,10 @@
{
system = "x86_64-linux";
deployment = {
tags = [ "local" ];
targetHost = "";
targetUser = "h";
};
role = "desktop";
tags = [ "local" ];
host = {
username = "h";
highRam = true;
admin = true;
};
}