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