depot/hosts/meet/default.nix

8 lines
153 B
Nix

tools: {
ssh.id = with tools.dns; {
publicKey = "ssh-invalid";
hostNames = subResolve "meet" "services";
};
nixos = import ./system.nix;
}