Files
nix/hosts/hecuba/meta.nix

10 lines
170 B
Nix

{
system = "x86_64-linux";
deployment = {
tags = [ "cloud" ];
targetHost = "server.hektormisplon.xyz";
targetUser = "username";
};
role = "server";
}