refactor(deploy): move deployment config into '<host>/meta.nix'
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
system = "x86_64-linux";
|
||||
deployment.tags = [ "local" ];
|
||||
deployment = {
|
||||
tags = [ "local" ];
|
||||
targetHost = "";
|
||||
targetUser = "h";
|
||||
};
|
||||
role = "laptop";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user